Remove drone.yml

This commit is contained in:
Kristóf Tóth 2019-09-30 14:49:11 +02:00
parent 3934b79cf3
commit c2faa4732a
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
pipeline:
build:
image: eu.gcr.io/avatao-challengestore/challenge-builder
volumes:
- /etc/docker:/etc/docker:ro
- /root/.docker:/root/.docker:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
commands:
- docker build --pull -t eu.gcr.io/avatao-challengestore/tutorial-framework:${DRONE_TAG} .
- docker push eu.gcr.io/avatao-challengestore/tutorial-framework:${DRONE_TAG}
when:
event: 'tag'
branch: refs/tags/chausie-20*