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
Decoder
TESTAR_docker
Commits
400661a1
Commit
400661a1
authored
Jun 01, 2021
by
Fernando Pastor Ricos
Browse files
Add submodule strategy to .gitlab-ci.yml
parent
6e65aa1e
Pipeline
#13504
failed with stages
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
400661a1
...
...
@@ -5,6 +5,8 @@ stages:
build-testar-api
:
image
:
maven:3.6.3-openjdk-11
stage
:
build-testar-api
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
'
(cd
testar_api
&&
mvn
clean)'
-
'
(cd
testar_api
&&
mvn
install)'
...
...
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