Skip to content

Commit bf76af0

Browse files
committed
Fixed travis install script
1 parent 1327fba commit bf76af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ done
3636
cd kubernetes/gaffer-road-traffic
3737

3838
if [ ${TRAVIS_PULL_REQUEST} == 'false' ]; then
39-
if [ "${TRAVIS_BRANCH}" == "master"]; then
39+
if [ "${TRAVIS_BRANCH}" == "master" ]; then
4040
# Build images so they can be pushed later
4141
buildImages
4242
fi

0 commit comments

Comments
 (0)