diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae2b314..d075d11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,5 +32,4 @@ push: - master script: - filename=$(curl --upload-file ./xc-linux-amd64 https://t.bk.ru/xc) - - icqnotify.py "a new release of XC is out:\n$filename" - - sleep 3600 + - ./icqnotify.py "a new release of XC is out:\n$filename"