Skip to content

Commit 5651b33

Browse files
authored
Merge pull request #1231 from consideRatio/pr/ci-speedup-post-merge-fix
ci: test_build fixed to run against binderhub-ci-repos only
2 parents 1054188 + 137def8 commit 5651b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@pytest.mark.parametrize("slug", [
2222
# git/ Git repo provider
2323
"git/{}/HEAD".format(
24-
quote("https://github.com/consideratio/cached-minimal-dockerfile", safe='')
24+
quote("https://github.com/binderhub-ci-repos/cached-minimal-dockerfile", safe='')
2525
),
2626
"git/{}/596b52f10efb0c9befc0c4ae850cc5175297d71c".format(
2727
quote("https://github.com/binderhub-ci-repos/cached-minimal-dockerfile", safe='')

0 commit comments

Comments
 (0)