We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cd0e2 commit 92a08acCopy full SHA for 92a08ac
codefresh.yml
@@ -40,17 +40,22 @@ steps:
40
environment:
41
- TF_VERSION=1.3.0
42
- TF_VERSION=1.7.0
43
+ when:
44
+ condition:
45
+ all:
46
+ release: "'${{RELEASE}}' != 'true'"
47
48
prepare_env_vars:
49
title: "Preparing environment variables..."
50
stage: release
- image: codefreshio/ci-helpers
51
+ image: quay.io/codefresh/codefresh-shell:0.0.13
52
+ shell: bash
53
54
- GPG_FINGERPRINT=${{GPG_FINGERPRINT}}
55
- SIGNINGKEY=${{SIGNINGKEY}}
56
commands:
- - source /get-token/get-gh-token.sh
- - cf_export GITHUB_TOKEN
57
+ - source /scripts/get-gh-token.sh
58
+ - cf_export GITHUB_TOKEN=$GITHUB_TOKEN --mask
59
- cf_export GPG_FINGERPRINT
60
- cf_export SIGNINGKEY
61
- cf_export GPG_PRIVATE
0 commit comments