Compare commits
No commits in common. "aa60fa48021eb3927a3ad3f0e8c70f91ef30218a" and "1cdd60d39e3b7a001510454c76dcb1e8367e557c" have entirely different histories.
aa60fa4802
...
1cdd60d39e
10
.drone.yml
10
.drone.yml
|
@ -30,16 +30,6 @@ steps:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags: latest
|
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
|
# - name: clair
|
||||||
# image: ubuntu:18.04
|
# image: ubuntu:18.04
|
||||||
# #environment:
|
# #environment:
|
||||||
|
|
|
@ -44,7 +44,6 @@ func rssRun() {
|
||||||
xlog.Fatal(err.Error())
|
xlog.Fatal(err.Error())
|
||||||
}
|
}
|
||||||
go func() {
|
go func() {
|
||||||
// wait 15 minutes before posting news
|
|
||||||
time.Sleep(900 * time.Second)
|
time.Sleep(900 * time.Second)
|
||||||
hideOutput = false
|
hideOutput = false
|
||||||
}()
|
}()
|
||||||
|
|
Loading…
Reference in New Issue