diff --git a/.bar/clipboard-history.3s.sh b/.bar/clipboard-history.3s.sh index 557bdd5..ec08368 100755 --- a/.bar/clipboard-history.3s.sh +++ b/.bar/clipboard-history.3s.sh @@ -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 diff --git a/.drone.yml b/.drone.yml index db8bb86..bd29850 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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