Skip to content
Snippets Groups Projects
Commit 9c4d16fa authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Fix prod deploy.

parent 6700dcbb
No related branches found
No related tags found
1 merge request!59Fix prod deploy.
Pipeline #1424 passed
...@@ -208,9 +208,6 @@ async function main() { ...@@ -208,9 +208,6 @@ async function main() {
await triggerDevDeployPipeline() await triggerDevDeployPipeline()
await triggerProdDeployPipeline() await triggerProdDeployPipeline()
} }
await triggerDevDeployPipeline()
await triggerProdDeployPipeline()
} else { } else {
console.log( console.log(
`Unhandled event "${CI_PIPELINE_SOURCE}" in branch "${CI_COMMIT_BRANCH}".`, `Unhandled event "${CI_PIPELINE_SOURCE}" in branch "${CI_COMMIT_BRANCH}".`,
...@@ -251,7 +248,7 @@ async function main() { ...@@ -251,7 +248,7 @@ async function main() {
// => Create a new version of project. // => Create a new version of project.
await commitAndPushWithUpdatedVersions(nextVersionObject) await commitAndPushWithUpdatedVersions(nextVersionObject)
await triggerDevDeployPipeline() await triggerDevDeployPipeline()
// await triggerProdDeployPipeline() await triggerProdDeployPipeline()
} }
} }
} else if (CI_COMMIT_TAG !== undefined) { } else if (CI_COMMIT_TAG !== undefined) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment