mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-17 21:24:14 +00:00
Fixed travis ci
This commit is contained in:
+1
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user