Compare commits
4 Commits
aa60fa4802
...
9362d8b45b
Author | SHA1 | Date |
---|---|---|
an | 9362d8b45b | |
an | 142effc123 | |
an | 0357bd3711 | |
an | 045e6022d8 |
17
.drone.yml
17
.drone.yml
|
@ -34,19 +34,20 @@ steps:
|
||||||
image: plugins/downstream
|
image: plugins/downstream
|
||||||
settings:
|
settings:
|
||||||
server: https://dev.dnix.de
|
server: https://dev.dnix.de
|
||||||
token: GswRtnNQ0to1HjH7PPIEX-pDNr5EKDErzPjHy59t7JM=
|
token:
|
||||||
fork: true
|
from_secret: drone_token
|
||||||
reposositories:
|
fork: false
|
||||||
|
reposisitories:
|
||||||
- nb/deploy-flokati
|
- nb/deploy-flokati
|
||||||
- nb/deploy-armleuchter
|
- nb/deploy-armleuchter
|
||||||
|
|
||||||
# - name: clair
|
# - name: clair
|
||||||
# image: ubuntu:18.04
|
# image: ubuntu:18.04
|
||||||
# #environment:
|
# environment:
|
||||||
# #CLAIR_ADDR: http://dev01.dnix.org:6060
|
# CLAIR_ADDR: http://dev01.dnix.org:6060
|
||||||
# #CLAIR_OUTPUT: High
|
# CLAIR_OUTPUT: High
|
||||||
# #CLAIR_THRESHOLD: 10
|
# CLAIR_THRESHOLD: 10
|
||||||
# #REGISTRY_INSECURE: true
|
# REGISTRY_INSECURE: true
|
||||||
# commands:
|
# commands:
|
||||||
# - apt -y update
|
# - apt -y update
|
||||||
# - apt -y install curl
|
# - apt -y install curl
|
||||||
|
|
Loading…
Reference in New Issue