Skip to content

Commit

Permalink
trigger fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Pierce committed Jul 23, 2019
1 parent 3e180bc commit b912e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cicd/travis-trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eo pipefail
echo '+++ :gear: Configuring Travis CI Build'
[[ -z $TRIGGER_TRAVIS_API_KEY ]] && echo '+++ :no_entry: ERROR: TRIGGER_TRAVIS_API_KEY key not found!' && exit 1
TRAVIS_MESSAGE=${TRAVIS_MESSAGE:-"$BUILDKITE_MESSAGE - $(echo $BUILDKITE_BUILD_URL | grep -oe 'buildkite.*')"}
SOURCE_SLUG=${SOURCE_SLUG:-'eos-vm'}
SOURCE_SLUG=${SOURCE_SLUG:-'eos'}
[[ -z $BODY ]] && BODY="$(jq -nc '{"request":{"branch":env.BUILDKITE_BRANCH,"message":env.TRAVIS_MESSAGE}}')"
echo 'Configuration:'
echo "$BODY" | jq
Expand Down

0 comments on commit b912e52

Please sign in to comment.