parent
1394e59741
commit
767cd51025
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue