whyyyy
This commit is contained in:
parent
01b081436f
commit
26b752ab34
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ success_notification:
|
||||||
script:
|
script:
|
||||||
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
||||||
- chmod +x send.sh
|
- chmod +x send.sh
|
||||||
- ls -a
|
- file ./send.sh
|
||||||
- find . -name send.sh -maxdepth 3
|
- dos2unix ./send.sh
|
||||||
- ./send.sh success $WEBHOOK_URL
|
- ./send.sh success $WEBHOOK_URL
|
||||||
when: on_success
|
when: on_success
|
||||||
failure_notification:
|
failure_notification:
|
||||||
|
|
Loading…
Reference in a new issue