Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
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
ssa
workspaces
Commits
b3155e22
Commit
b3155e22
authored
1 year ago
by
Daniel Nemergut
Browse files
Options
Downloads
Patches
Plain Diff
Deploying to dev for any number of '.[0-9]' after the initial release number
parent
3961a04c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1571
catch 2.8.2.3 up with main
,
!1559
2.8.2.2-DEVELOPMENT into main
,
!1553
Deploying to dev for any number of '.[0-9]' after the initial release number
Pipeline
#13362
passed
1 year ago
Stage: pull-db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
b3155e22
...
...
@@ -34,7 +34,7 @@ workflow:
when
:
never
-
if
:
$CI_MERGE_REQUEST_IID
-
if
:
$CI_COMMIT_TAG
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]
\.[0-9]|^[0-9]\.[0-9]
\.[0-9])-DEVELOPMENT/'
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]
(
\.[0-9])
*)
-DEVELOPMENT/'
# Import Templates
include
:
...
...
@@ -459,7 +459,7 @@ pages:
expire_in
:
2 weeks
rules
:
# For testing only!
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]
\.[0-9]|^[0-9]\.[0-9]
\.[0-9])-DEVELOPMENT/'
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /(^[0-9]
(
\.[0-9])
*)
-DEVELOPMENT/'
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
-
if
:
'
$CI_COMMIT_TAG
=~
/^end-of-sprint-[0-9]+/
||
$CI_COMMIT_TAG
=~
/[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
variables
:
...
...
@@ -479,7 +479,7 @@ go generate yaml:
script
:
-
DEPLOY_ENV=${DEPLOY_ENV} ./ci/bin/generate-go-yaml.py
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]
\.[0-9]|^[0-9]\.[0-9]
\.[0-9])-DEVELOPMENT/'
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]
(
\.[0-9])
*)
-DEVELOPMENT/'
changes
:
-
apps/cli/executables/go/**/*
-
if
:
'
$CI_COMMIT_TAG
=~
/^end-of-sprint-[0-9]+/
||
$CI_COMMIT_TAG
=~
/[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
...
...
@@ -502,7 +502,7 @@ go child pipeline:
job
:
go generate yaml
strategy
:
depend
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]
\.[0-9]|^[0-9]\.[0-9]
\.[0-9])-DEVELOPMENT/'
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
||
$CI_COMMIT_BRANCH
=~
/(^[0-9]
(
\.[0-9])
*)
-DEVELOPMENT/'
changes
:
-
apps/cli/executables/go/**/*
-
if
:
'
$CI_COMMIT_TAG
=~
/^end-of-sprint-[0-9]+/
||
$CI_COMMIT_TAG
=~
/[0-9]+\.[0-9]+\.[0-9]+-rc[0-9]+/'
...
...
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