File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ci/github/integration-testing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments