We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7647fb commit 40fb7f5Copy full SHA for 40fb7f5
.woodpecker/buildSlackNotify.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
3
+set -x
4
5
COMMIT_SHORT_SHA=$(echo $CI_COMMIT_SHA | cut -c1-8)
6
.woodpecker/release.yml
@@ -39,5 +39,5 @@ steps:
39
image: curlimages/curl
40
commands:
41
- export $(cat /woodpecker/deploy.vault.env | xargs)
42
- - /bin/sh +x ./.woodpecker/buildSlackNotify.sh
+ - /bin/sh ./.woodpecker/buildSlackNotify.sh
43
0 commit comments