mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-01 20:39:20 +00:00
fixed .travis.yml file name
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/oznu/docker-arm-ci.git ~/docker-arm-ci
|
||||
|
||||
before_scripts:
|
||||
- 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:
|
||||
- ~/docker-arm-ci/run.sh
|
||||
Reference in New Issue
Block a user