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 c999748 commit 34a3c5dCopy full SHA for 34a3c5d
.woodpecker/buildSlackNotify.sh
@@ -5,7 +5,7 @@ set -x
5
COMMIT_SHORT_SHA=$(echo $CI_COMMIT_SHA | cut -c1-8)
6
7
8
-if [ "$CI_STEP_STATUS" = "success" ]; then
+if [ "$CI_PREV_PIPELINE_STATUS" = "success" ]; then
9
MESSAGE="Did a build without issues on \`$CI_REPO_NAME/$CI_COMMIT_BRANCH\`. Commit: _${CI_COMMIT_MESSAGE}_ (<$CI_COMMIT_URL|$COMMIT_SHORT_SHA>)"
10
11
curl -s -X POST -H "Content-Type: application/json" -d '{
.woodpecker/release.yml
@@ -15,8 +15,6 @@ steps:
15
from_secret: VAULT_TOKEN
16
commands:
17
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
18
- secrets:
19
- - VAULT_TOKEN
20
21
release:
22
image: node:20
0 commit comments