Skip to content

Commit da2f926

Browse files
authored
ensure correct images are available in master (ITISFoundation#3331)
1 parent 3579aa1 commit da2f926

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/github/integration-testing/director-v2.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install() {
1818
make install-ci
1919
popd
2020
.venv/bin/pip list --verbose
21-
make pull-version || (make build tag-version)
21+
(make pull-version tag-local) || (make build tag-version)
2222
make info-images
2323
}
2424

ci/github/integration-testing/simcore-sdk.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install() {
1818
popd
1919
.venv/bin/pip list --verbose
2020
# pull the test images if registry is set up, else build the images
21-
make pull-version || (make build tag-version)
21+
(make pull-version tag-local) || (make build tag-version)
2222
make info-images
2323
}
2424

ci/github/integration-testing/webserver.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install() {
1818
make install-ci
1919
popd
2020
.venv/bin/pip list --verbose
21-
make pull-version || (make build tag-version)
21+
(make pull-version tag-local) || (make build tag-version)
2222
make info-images
2323
}
2424

0 commit comments

Comments
 (0)