'.drone.yml' ändern
the build failed Details

This commit is contained in:
an 2018-02-22 21:47:19 +00:00
parent 772f9cae2c
commit 386629664d
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ pipeline:
environment: environment:
commands: commands:
- REV=$(git rev-list HEAD --count) - REV=$(git rev-list HEAD --count)
repo: dr.dnix.de/mmflokati - docker build -t dr.dnix.de/mmflokati:latest
tags: - docker tag dr.dnix.de/mmflokati:latest dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
- latest - docker push dr.dnix.de/mmflokati:latest
- ${DRONE_COMMIT_BRANCH}-${REV} - docker push dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
deploy: deploy:
image: ubuntu:16.04 image: ubuntu:16.04
commands: commands: