debug tag generation

This commit is contained in:
oznu
2017-12-06 18:39:57 +11:00
parent 4157d244ff
commit 00a60199ae
+1
View File
@@ -5,6 +5,7 @@ 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"
- 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: