Skip to content

Commit c7a7e23

Browse files
committed
ci: remove last use of DANDI_ALLOW_LOCALHOST_URLS env var
The env var DANDI_ALLOW_LOCALHOST_URLS was removed from the codebase in a12f2e4 (2023), when the DANDI_INSTANCE_URL defaulted to localhost and AnyHttpUrl was used unconditionally. This removes the remaining reference in the dandi-cli test workflow, which has been a no-op since that commit. Closes: #67
1 parent 20544c0 commit c7a7e23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-dandi-cli.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
env:
1515
NO_ET: 1
16-
DANDI_ALLOW_LOCALHOST_URLS: 1
1716
DANDI_TESTS_PULL_DOCKER_COMPOSE: 0
1817
strategy:
1918
fail-fast: false

0 commit comments

Comments
 (0)