test
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
1cdd60d39e
commit
fe44e2f115
13
.drone.yml
13
.drone.yml
|
@ -20,7 +20,7 @@ steps:
|
||||||
- echo " Builddate = \"$BUILDDATE\"" >>$VERSIONGO
|
- echo " Builddate = \"$BUILDDATE\"" >>$VERSIONGO
|
||||||
- echo ")" >>$VERSIONGO
|
- echo ")" >>$VERSIONGO
|
||||||
- cat $VERSIONGO
|
- cat $VERSIONGO
|
||||||
- echo -n "$BRANCH-$REV" >$TAGS
|
- echo -n "$BRANCH-$REV" >$TAGS
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -30,6 +30,17 @@ steps:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
|
- name: trigger
|
||||||
|
image: plugins/downstream
|
||||||
|
settings:
|
||||||
|
server: https://dev.dnix.de
|
||||||
|
token:
|
||||||
|
from_secret: drone_token
|
||||||
|
fork: false
|
||||||
|
reposisitories:
|
||||||
|
- nb/deploy-flokati
|
||||||
|
- nb/deploy-armleuchter
|
||||||
|
|
||||||
# - name: clair
|
# - name: clair
|
||||||
# image: ubuntu:18.04
|
# image: ubuntu:18.04
|
||||||
# #environment:
|
# #environment:
|
||||||
|
|
Loading…
Reference in New Issue