Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
9c4d16fa
Commit
9c4d16fa
authored
3 years ago
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Fix prod deploy.
parent
6700dcbb
No related branches found
No related tags found
1 merge request
!59
Fix prod deploy.
Pipeline
#1424
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci/src/gitlab-ci.ts
+1
-4
1 addition, 4 deletions
gitlab-ci/src/gitlab-ci.ts
with
1 addition
and
4 deletions
gitlab-ci/src/gitlab-ci.ts
+
1
−
4
View file @
9c4d16fa
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment