Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 450 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 450 Bytes

circleci-diag

CircleCI

Bash script to run diag commands in a build

Supported OS

Uses uname -s to fetch OS

  • Linux
  • Darwin

Modules

OS

  • Runs ps aux on both Darwin and Linux

Package

  • Runs dpkg -l on Linux
  • Runs brew list --versions on Darwin