Skip to content

Instantly share code, notes, and snippets.

@toolmantim
Created November 5, 2018 05:04
Show Gist options
  • Save toolmantim/f229f17c84476c06da389a68e07fae9f to your computer and use it in GitHub Desktop.
Save toolmantim/f229f17c84476c06da389a68e07fae9f to your computer and use it in GitHub Desktop.

Revisions

  1. toolmantim revised this gist Nov 5, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion step.sh
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    set -euo pipefail

    cat << YML | cat
    cat << YML | buildkite-agent pipeline upload
    steps:
    - trigger: "other-pipeline"
    async: true
  2. toolmantim created this gist Nov 5, 2018.
    13 changes: 13 additions & 0 deletions step.sh
    Original 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