From 10be9b12d9789c1b14c413b370b01d95ededefa1 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 2 Apr 2018 15:35:54 +0800 Subject: [PATCH] Add Slack notification --- .drone.yml | 3 +++ .install/zsh-pure.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b76daf4..aef6b17 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.install/zsh-pure.sh b/.install/zsh-pure.sh index a669750..bab451e 100755 --- a/.install/zsh-pure.sh +++ b/.install/zsh-pure.sh @@ -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 \