Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cd7b6c67
Commit
cd7b6c67
authored
Aug 25, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add regex branch filter to example
parent
14bd84e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/migration/circleci.md
doc/ci/migration/circleci.md
+3
-3
No files found.
doc/ci/migration/circleci.md
View file @
cd7b6c67
...
...
@@ -216,12 +216,12 @@ jobs:
Example of the same workflow using
`rules`
in GitLab CI/CD:
```
yaml
deploy
_prod
:
deploy
:
stage
:
deploy
script
:
-
echo "Deploy
to production server
"
-
echo "Deploy
job
"
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"
||
$CI_COMMIT_BRANCH
=~
/^rc-/
'
```
### Caching
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment