Skip to content

Commit 0682420

Browse files
authored
Merge pull request #22 from AtomiCloud/pichu
ci: printenv on all CI
2 parents 64b2219 + 8d3ec13 commit 0682420

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/cd/cf_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ descope_id="export DESCOPE_ID=\$${branch_upper}_DESCOPE_ID"
1818
descope_secret="export DESCOPE_SECRET=\$${branch_upper}_DESCOPE_SECRET"
1919
auth_secret="export AUTH_SECRET=\$${branch_upper}_AUTH_SECRET"
2020

21+
printenv
22+
2123
eval "$descope_id"
2224
eval "$descope_secret"
2325
eval "$auth_secret"
2426

27+
printenv
28+
2529
# shellcheck disable=SC2153
2630
echo "🔑 Descope ID: ${DESCOPE_ID}"
2731

0 commit comments

Comments
 (0)