From 90a3208a1e045d6c88958788b4871bc36f67128e Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 6 Jul 2021 03:36:18 +0000 Subject: [PATCH] Oops, make it actually work --- tools/ci-bootstrap.bash | 2 +- tools/ci-run.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci-bootstrap.bash b/tools/ci-bootstrap.bash index 1cfec51..65fbde2 100755 --- a/tools/ci-bootstrap.bash +++ b/tools/ci-bootstrap.bash @@ -7,4 +7,4 @@ set -euo pipefail : ${DOCKER_REPO} : ${S3_BUCKET} -make image shell I=ci CMD="tools/ci-run.bash" +make image shell I=ci CMD="tools/ci-run.bash" NI=1 diff --git a/tools/ci-run.bash b/tools/ci-run.bash index 2ee45e8..df8a00a 100755 --- a/tools/ci-run.bash +++ b/tools/ci-run.bash @@ -5,4 +5,4 @@ set -euo pipefail echo "${DOCKER_PASSWORD}" | sudo -E docker login --username "${DOCKER_USERNAME}" --password-stdin make system -make env CMD="dep deploy:live --publish --all" Z=xz CI=1 NI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1 +make env CMD="dep deploy:live --publish --all" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1