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

This commit is contained in:
an 2018-02-22 18:49:15 +00:00
parent 1394e59741
commit 767cd51025
1 changed files with 4 additions and 0 deletions

View File

@ -32,4 +32,8 @@ pipeline:
- REV=$(git rev-list HEAD --count) - REV=$(git rev-list HEAD --count)
repo: $IMAGE repo: $IMAGE
tags: [ $REV, latest ] tags: [ $REV, latest ]
deploy:
image: ubuntu:16.04
commands:
- echo "foo"