Compare commits

...

2 Commits

Author SHA1 Message Date
an aa60fa4802 test
continuous-integration/drone/push Build is passing Details
2020-05-15 13:51:16 +02:00
an 9b1e42fb6f test
continuous-integration/drone/push Build is failing Details
2020-05-15 11:20:31 +02:00
2 changed files with 11 additions and 0 deletions

View File

@ -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:

View File

@ -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
}()