Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Angular
Manage
Activity
Members
Plan
Wiki
Code
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
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
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
to be continuous...
Angular
Commits
1b35ffef
Commit
1b35ffef
authored
3 years ago
by
Cédric OLIVIER
Browse files
Options
Downloads
Patches
Plain Diff
fix: use master or main for production env
Signed-off-by:
Cédric OLIVIER
<
cedric3.olivier@orange.com
>
parent
b9147507
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-angular.yml
+1
-1
1 addition, 1 deletion
templates/gitlab-ci-angular.yml
with
1 addition
and
1 deletion
templates/gitlab-ci-angular.yml
+
1
−
1
View file @
1b35ffef
...
...
@@ -40,7 +40,7 @@ variables:
NG_BUILD_ARGS
:
"
build
--prod"
# default production ref name (pattern)
PROD_REF
:
'
/^master$/'
PROD_REF
:
'
/^
(
master
|main)
$/'
# default integration ref name (pattern)
INTEG_REF
:
'
/^develop$/'
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
33d93a56
·
2 years ago
mentioned in commit
33d93a56
mentioned in commit 33d93a560f491015590a9adf26722b781c9e5ee0
Toggle commit list
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