Oops, make it actually work
This commit is contained in:
parent
07cc0255b8
commit
90a3208a1e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue