diff --git a/tools/ci-run.bash b/tools/ci-run.bash index f34dd51..f1c3875 100755 --- a/tools/ci-run.bash +++ b/tools/ci-run.bash @@ -3,4 +3,4 @@ set -euo pipefail make ecr -make env CMD="dep deploy:live --publish --yes" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1 +make env CMD="dep deploy:live --registry --publish --yes" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1