find file
This commit is contained in:
parent
b87eb1cbc5
commit
808109f4aa
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
stages:
|
stages:
|
||||||
- deploy
|
|
||||||
- notification
|
- notification
|
||||||
|
|
||||||
deploy-site:
|
deploy-site:
|
||||||
|
@ -28,6 +27,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
|
||||||
|
- find . -name send.sh -maxdepth 3
|
||||||
- ./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