1
0
Fork 0

Add Slack notification

main
Ambrose Chua 2018-04-02 15:35:54 +08:00
parent 6ccf0f8a66
commit 10be9b12d9
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ pipeline:
dockerfile: .dockerfile
tags:
- latest
slack:
image: plugins/slack
secrets: [ slack_webhook ]
# tests to ensure they compile independently
test-neovim:
group: test

View File

@ -7,7 +7,7 @@ echo
echo "Installing pure-prompt for ZSH..."
echo
mkdir /usr/local/share/zsh/site-functions/
mkdir -p /usr/local/share/zsh/site-functions
curl -fLo /usr/local/share/zsh/site-functions/prompt_pure_setup \
https://raw.githubusercontent.com/sindresorhus/pure/master/pure.zsh
curl -fLo /usr/local/share/zsh/site-functions/async \