Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
d47853 committed Apr 23, 2020
2 parents 4c08294 + bf76af0 commit ebb7b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ done
cd kubernetes/gaffer-road-traffic

if [ ${TRAVIS_PULL_REQUEST} == 'false' ]; then
if [ "${TRAVIS_BRANCH}" == "master"]; then
if [ "${TRAVIS_BRANCH}" == "master" ]; then
# Build images so they can be pushed later
buildImages
fi
Expand Down

0 comments on commit ebb7b64

Please sign in to comment.