Skip to content
/ midas Public

a small script to trigger buildkite build job.

License

Notifications You must be signed in to change notification settings

BWITS/midas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

midas

a small script to trigger buildkite build job.

Who is Midas

The most famous King Midas is popularly remembered in Greek mythology for his ability to turn everything he touched into gold.

Install

# Update Homebrew.
$ brew update

# Install the Homebrew tap.
$ brew tap bwits/extra

# List installed taps.
$ brew tap
...
bwits/extra
...

# Install Homebrew formula.
$ brew install midas

Updating

When an update is made available it can be applied by the following steps:

# Always check for new Homebrew references.
$ brew update

# Upgrade Taxonline CLI when there is an update.
$ brew upgrade midas

Usage

$ midas

Initial Setup

  1. set your develop environment in ~/.midas/config" such as:
organization=example
environment=dev
buildkite_api_token=xxxxxxxxxxxxxxx
  1. make sure you already committed and pushed the changes
  2. make sure you run the tool in the right repository and branch
  3. make sure pipeline name is same as repository name