Optimize CI
This commit is contained in:
parent
db1e288166
commit
c545306c62
|
@ -3,4 +3,4 @@
|
|||
set -euo pipefail
|
||||
|
||||
make ecr system
|
||||
make env CMD="dep deploy:live --publish --all --yes" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1
|
||||
make env CMD="dep deploy:live --publish --yes" Z=xz CI=1 TEST_PATIENCE=4 TEST_CONCURRENCY=1
|
||||
|
|
|
@ -266,9 +266,7 @@ async function getDeployReadyArtifact(langs) {
|
|||
async function getDeployLiveArtifact(langs) {
|
||||
return {
|
||||
name: `deploy:live`,
|
||||
dependencies: ["image:app"]
|
||||
.concat(langs.map((lang) => `image:lang-${lang}`))
|
||||
.concat(langs.map((lang) => `test:lang-${lang}`)),
|
||||
dependencies: ["deploy:ready"],
|
||||
publishTarget: true,
|
||||
publishToRegistry: async () => {
|
||||
await runCommand(`make deploy`);
|
||||
|
|
Loading…
Reference in New Issue