Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
Mpp
Commits
8a47d55b
Commit
8a47d55b
authored
May 27, 2022
by
niklas.baumgarten
Browse files
[pipeline-patch] fix
parent
7867f62c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.mpp-ci-templates.yml
View file @
8a47d55b
...
...
@@ -15,7 +15,7 @@ services:
image
:
docker:latest
only
:
variables
:
-
($BENCHMARK == 'none') && ($RUN_PROJECTS == 'all)
-
($BENCHMARK == 'none') && ($RUN_PROJECTS == 'all
'
)
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
PROJECT_NAME
:
'
THIS_VARIABLE_HAS_TO_BE_SET'
...
...
@@ -45,7 +45,7 @@ services:
stage
:
test
only
:
variables
:
-
($BENCHMARK == 'none') && ($RUN_PROJECTS == 'all)
-
($BENCHMARK == 'none') && ($RUN_PROJECTS == 'all
'
)
variables
:
GIT_STRATEGY
:
none
PROJECT_NAME
:
'
THIS_VARIABLE_HAS_TO_BE_SET'
...
...
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