Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
catladder
gitlab-ci
Commits
91b9490f
Commit
91b9490f
authored
Jan 13, 2022
by
Marco Wettstein
Browse files
feat: remove the feat that subapps in monorepos only build when changed, whcih confuses users
parent
45d0beb1
Pipeline
#124985
passed with stages
in 16 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dockerfiles/pipeline/scripts/monorepoGenerate.ts
View file @
91b9490f
...
...
@@ -33,13 +33,8 @@ const generateSubPipelein = (type: Type) => {
{
if
:
"
$CI_COMMIT_BRANCH =~ /^[0-9]+.([0-9]+|x).x$/
"
},
{
if
:
"
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
"
,
changes
,
},
// add it manually when no changes
{
if
:
"
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
"
,
when
:
"
manual
"
,
},
{
if
:
"
$CI_MERGE_REQUEST_ID
"
,
changes
},
// add it manually when no changes
{
if
:
"
$CI_MERGE_REQUEST_ID
"
,
when
:
"
manual
"
},
...
...
Write
Preview
Supports
Markdown
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