Created
November 5, 2018 05:04
-
-
Save toolmantim/f229f17c84476c06da389a68e07fae9f to your computer and use it in GitHub Desktop.
Revisions
-
toolmantim revised this gist
Nov 5, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ set -euo pipefail cat << YML | buildkite-agent pipeline upload steps: - trigger: "other-pipeline" async: true -
toolmantim created this gist
Nov 5, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/bash set -euo pipefail cat << YML | cat steps: - trigger: "other-pipeline" async: true build: message: "${BUILDKITE_MESSAGE}" commit: "${BUILDKITE_COMMIT}" branch: "${BUILDKITE_BRANCH}" YML