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
1b4cff0d
Commit
1b4cff0d
authored
Oct 28, 2021
by
Emmanuel Raviart
Browse files
Options
Downloads
Plain Diff
Merge branch 'use_latest_json' into 'master'
Fix prod deploy. See merge request leximpact/leximpact-socio-fiscal-ui!59
parents
74cca117
9c4d16fa
No related branches found
No related tags found
1 merge request
!59
Fix prod deploy.
Pipeline
#1449
passed
Oct 28, 2021
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 @
1b4cff0d
...
...
@@ -208,9 +208,6 @@ async function main() {
await
triggerDevDeployPipeline
()
await
triggerProdDeployPipeline
()
}
await
triggerDevDeployPipeline
()
await
triggerProdDeployPipeline
()
}
else
{
console
.
log
(
`Unhandled event "
${
CI_PIPELINE_SOURCE
}
" in branch "
${
CI_COMMIT_BRANCH
}
".`
,
...
...
@@ -251,7 +248,7 @@ async function main() {
// => Create a new version of project.
await
commitAndPushWithUpdatedVersions
(
nextVersionObject
)
await
triggerDevDeployPipeline
()
//
await triggerProdDeployPipeline()
await
triggerProdDeployPipeline
()
}
}
}
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