Skip to content

Commit d583a63

Browse files
committed
fix silliness
1 parent 759416a commit d583a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/base.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ function setup() {
4646
if [[ $IDRIS_VERSION != "latest" ]]; then
4747
skip "IDRIS_VERSION is not latest"
4848
fi
49-
50-
docker run devcontainer-latest bash -c "if [[ -z \$IDRIS_SHA ]]; then exit 1; else exit 0; fi"
49+
50+
docker run $DOCKER_IMAGE bash -c "if [[ -z \$IDRIS_SHA ]]; then exit 1; else exit 0; fi"
5151
}

0 commit comments

Comments
 (0)