Create a pipeline with https://gist.github.com/370a05e0bf7645bc6728ca18b0b23295.git with and a single upload step with buildkite-agent pipeline upload buildkite-pipeline.yml
Last active
October 19, 2017 02:12
-
-
Save lox/370a05e0bf7645bc6728ca18b0b23295 to your computer and use it in GitHub Desktop.
Interpolation test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| steps: | |
| - name: Print env vars | |
| agents: | |
| queue: "${BUILDKITE_AGENT_META_DATA_QUEUE?}" | |
| command: | |
| - env | |
| - echo $BUILDKITE | |
| - echo $BUILDKITE_BRANCH | |
| - echo $BUILDKITE_COMMIT | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment