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 0ea274c commit 3139cfeCopy full SHA for 3139cfe
.travis.yml
@@ -25,6 +25,13 @@ matrix:
25
- 'grep -q "^CIS_SERVICES_AUTH_URL=" cis.env || echo "CIS_SERVICES_AUTH_URL=https://iam.cloud.ibm.com/identity/token" >> cis.env'
26
# also export for safety
27
- 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
35
- python: 3.11
36
- python: 3.12
37
0 commit comments