1
0
Fork 0

Fix Go builds and extend clipboard-history
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2019-02-06 00:10:39 +08:00
parent eb190f4fcb
commit 20202cd9b2
2 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,9 @@ if (( $(pbpaste | wc -c) > 36 )); then
fi
echo "${content//|/ }"
echo
echo "Send to Pushhook |bash='$HOME/.bin/pushhook' param1=clipboard terminal=false"
# Show history section if historical files exist
if [[ -e "$tmp_dir/item-1.pb" ]]; then

View File

@ -65,11 +65,13 @@ steps:
image: alpine:latest
commands:
- ./.install/golang-source.sh
- ./.install/upx.sh
- ./.install/packr.sh
- name: test-caddy
image: alpine:latest
commands:
- ./.install/golang-source.sh
- ./.install/upx.sh
- ./.install/caddy.sh
---
kind: pipeline