Skip to content

Commit 40fb7f5

Browse files
committed
(autorelease) try adding +x for sh debug
1 parent a7647fb commit 40fb7f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.woodpecker/buildSlackNotify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
22

3+
set -x
34

45
COMMIT_SHORT_SHA=$(echo $CI_COMMIT_SHA | cut -c1-8)
56

.woodpecker/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ steps:
3939
image: curlimages/curl
4040
commands:
4141
- export $(cat /woodpecker/deploy.vault.env | xargs)
42-
- /bin/sh +x ./.woodpecker/buildSlackNotify.sh
42+
- /bin/sh ./.woodpecker/buildSlackNotify.sh
4343

0 commit comments

Comments
 (0)