Compare commits
2 Commits
1cdd60d39e
...
aa60fa4802
Author | SHA1 | Date |
---|---|---|
an | aa60fa4802 | |
an | 9b1e42fb6f |
10
.drone.yml
10
.drone.yml
|
@ -30,6 +30,16 @@ steps:
|
|||
auto_tag: true
|
||||
tags: latest
|
||||
|
||||
- name: trigger
|
||||
image: plugins/downstream
|
||||
settings:
|
||||
server: https://dev.dnix.de
|
||||
token: GswRtnNQ0to1HjH7PPIEX-pDNr5EKDErzPjHy59t7JM=
|
||||
fork: true
|
||||
reposositories:
|
||||
- nb/deploy-flokati
|
||||
- nb/deploy-armleuchter
|
||||
|
||||
# - name: clair
|
||||
# image: ubuntu:18.04
|
||||
# #environment:
|
||||
|
|
|
@ -44,6 +44,7 @@ func rssRun() {
|
|||
xlog.Fatal(err.Error())
|
||||
}
|
||||
go func() {
|
||||
// wait 15 minutes before posting news
|
||||
time.Sleep(900 * time.Second)
|
||||
hideOutput = false
|
||||
}()
|
||||
|
|
Loading…
Reference in New Issue