Skip to content

Commit

Permalink
Fix build kite docker build (cadence-workflow#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Aug 29, 2019
1 parent 8067947 commit 78a3cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/buildkite/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ "$BUILDKITE_BRANCH" != "master" ]; then
exit 0
fi

git fetch origin master
MASTER_SHA=$(git rev-parse origin/master)

# if this commit is not the same as tip of master, lets skip this and
Expand Down

0 comments on commit 78a3cd1

Please sign in to comment.