Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Script recalcul calque
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ERASME
Script recalcul calque
Commits
2e1e80a9
Commit
2e1e80a9
authored
2 years ago
by
Pierre-Gilles Levallois
Browse files
Options
Downloads
Patches
Plain Diff
branches
parent
5304c59d
No related branches found
No related tags found
Loading
Pipeline
#43081
passed
2 years ago
Stage: Build Calqul
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
2e1e80a9
...
...
@@ -48,7 +48,7 @@ Build Calqul:
NAMESPACE_ENV
:
"
d01"
IMAGE_NAME
:
calqul-$NAMESPACE_ENV
rules
:
-
if
:
$CI_COMMIT_BRANCH == "
cicd
"
-
if
:
$CI_COMMIT_BRANCH == "
develop
"
-
changes
:
# build image only if sources have changed.
-
Dockerfile
# Image definition has changed
services
:
...
...
@@ -66,7 +66,7 @@ Build Calqul:
Deploy Calqul
:
stage
:
Deploy Calqul
rules
:
-
if
:
$CI_COMMIT_BRANCH == "
cicd
"
-
if
:
$CI_COMMIT_BRANCH == "
develop
"
variables
:
NAMESPACE_ENV
:
'
d01'
NAMESPACE
:
"
ns-$TRIGRAMME-$NAMESPACE_ENV"
...
...
@@ -75,5 +75,5 @@ Deploy Calqul:
script
:
-
*apply_confs
tags
:
#- ns-arb-d01
#- ns-arb-d01
@TODO : Change after when the right namespace is available
-
ns-test-d01
\ No newline at end of file
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