Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CodiMD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Authoring
Notes
CodiMD
Commits
21705e4e
Commit
21705e4e
authored
2 years ago
by
Michal Kolodziejski
Browse files
Options
Downloads
Patches
Plain Diff
Change CI_COMMIT_TAG pattern for prod releases
parent
b94725ac
No related branches found
No related tags found
1 merge request
!32
Add CERN OSPO theme
Pipeline
#6200981
passed
1 year ago
Stage: tests
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
21705e4e
...
@@ -116,7 +116,7 @@ Deploy (DEV):
...
@@ -116,7 +116,7 @@ Deploy (DEV):
extends
:
extends
:
-
.deploy_base
-
.deploy_base
rules
:
rules
:
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_TAG
=~
/^.*-dev$/'
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_TAG
=~
/^
cern-
.*-dev$/'
when
:
on_success
when
:
on_success
Deploy (PROD)
:
Deploy (PROD)
:
...
@@ -133,7 +133,7 @@ Deploy (PROD):
...
@@ -133,7 +133,7 @@ Deploy (PROD):
extends
:
extends
:
-
.deploy_base
-
.deploy_base
rules
:
rules
:
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_TAG
!
~
/^
.*-dev
$/'
-
if
:
'
$CI_COMMIT_TAG
&&
$CI_COMMIT_TAG
=
~
/^
cern-.*-prod
$/'
when
:
manual
when
:
manual
Deploy (CERNBox integration)
:
Deploy (CERNBox integration)
:
...
...
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