Skip to content

Commit 0ea274c

Browse files
committed
fix: fixing build failure
dependency: none
1 parent 13a0e2c commit 0ea274c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ 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
3528
- python: 3.11
3629
- python: 3.12
3730

0 commit comments

Comments
 (0)