Skip to content

Commit e117fa5

Browse files
committed
fix: fixing build failure
dependency: none Signed-off-by: jkalanda <[email protected]>
1 parent e777938 commit e117fa5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ 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}"'
28+
- python - <<'PY'
29+
import os
30+
print("PYDEBUG before tox: CIS_SERVICES_AUTH_URL =", os.getenv("CIS_SERVICES_AUTH_URL"))
31+
PY
3132
- python: 3.11
3233
- python: 3.12
3334

0 commit comments

Comments
 (0)