mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-08 17:03:43 +00:00
debug tag generation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user