Skip to content

Commit 3139cfe

Browse files
committed
fix: fixing build failure
dependency: none
1 parent 0ea274c commit 3139cfe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ matrix:
2525
- 'grep -q "^CIS_SERVICES_AUTH_URL=" cis.env || echo "CIS_SERVICES_AUTH_URL=https://iam.cloud.ibm.com/identity/token" >> cis.env'
2626
# also export for safety
2727
- export CIS_SERVICES_AUTH_URL="https://iam.cloud.ibm.com/identity/token"
28+
# debug
29+
- bash -c 'echo "DEBUG (cis.env):"; (test -f cis.env && grep CIS_SERVICES_AUTH_URL cis.env) || echo "<missing cis.env or var>"'
30+
- bash -c 'echo "DEBUG (env): CIS_SERVICES_AUTH_URL=${CIS_SERVICES_AUTH_URL}"'
31+
- python - <<'PY'
32+
import os
33+
print("PYDEBUG before tox: CIS_SERVICES_AUTH_URL =", os.getenv("CIS_SERVICES_AUTH_URL"))
34+
PY
2835
- python: 3.11
2936
- python: 3.12
3037

0 commit comments

Comments
 (0)