Fixed travis ci

This commit is contained in:
oznu
2017-12-06 18:42:15 +11:00
parent 00a60199ae
commit 5396421051
+1 -2
View File
@@ -4,8 +4,7 @@ services:
before_install:
- git clone https://github.com/oznu/docker-arm-ci.git ~/docker-arm-ci
before_scripts:
- echo "TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST TRAVIS_BRANCH=$TRAVIS_BRANCH"
before_script:
- export TARGET_IMAGE_TAG=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then if [ "$TRAVIS_BRANCH" = "master" ]; then echo "armhf"; else echo "$TRAVIS_BRANCH-armhf"; fi; else echo ""; fi)
script: