TeaWeb/.travis.yml
2018-10-13 19:12:35 +02:00

14 lines
No EOL
354 B
YAML

sudo: true
dist: trusty
jobs:
include:
- stage: build docker image
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker images
- docker pull $DOCKER_USERNAME/teaweb
- docker images
- stage: build
script:
- docker run --rm teaweb:build /bin/bash -c "ls -lah"