mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-19 22:24:12 +00:00
12 lines
350 B
YAML
12 lines
350 B
YAML
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- git clone https://github.com/oznu/docker-arm-ci.git ~/docker-arm-ci
|
|
|
|
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:
|
|
- ~/docker-arm-ci/run.sh
|