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 dockerfile: .dockerfile
tags: tags:
- latest - latest
slack:
image: plugins/slack
secrets: [ slack_webhook ]
# tests to ensure they compile independently # tests to ensure they compile independently
test-neovim: test-neovim:
group: test group: test

View File

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