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 e777938 commit e117fa5Copy full SHA for e117fa5
.travis.yml
@@ -25,9 +25,10 @@ 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}"'
+ - python - <<'PY'
+import os
+print("PYDEBUG before tox: CIS_SERVICES_AUTH_URL =", os.getenv("CIS_SERVICES_AUTH_URL"))
31
+PY
32
- python: 3.11
33
- python: 3.12
34
0 commit comments