'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
1394e59741
commit
767cd51025
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue