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:
|
||||
- deploy
|
||||
- notification
|
||||
|
||||
deploy-site:
|
||||
|
@ -28,6 +27,8 @@ success_notification:
|
|||
script:
|
||||
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
||||
- chmod +x send.sh
|
||||
- ls -a
|
||||
- find . -name send.sh -maxdepth 3
|
||||
- ./send.sh success $WEBHOOK_URL
|
||||
when: on_success
|
||||
failure_notification:
|
||||
|
|
Loading…
Reference in a new issue