Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
ros2rag
Commits
ed680b38
Commit
ed680b38
authored
May 11, 2020
by
René Schöne
Browse files
Try with recursive strategy again.
parent
dd4d7dfe
Pipeline
#6606
failed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ed680b38
variables
:
GIT_SUBMODULE_STRATEGY
:
non
e
GIT_SUBMODULE_STRATEGY
:
recursiv
e
stages
:
-
build
test
:
build
:
image
:
openjdk:8
stage
:
build
before_script
:
-
git submodule init
-
git submodule sync
-
cat .gitmodules
-
cat .git/config
-
ls -lah *
-
rm -rf relast.preprocessor/*
-
ls -lah *
-
git submodule update --remote
#
- git submodule init
#
- git submodule sync
#
- cat .gitmodules
#
- cat .git/config
#
- ls -lah *
#
- rm -rf relast.preprocessor/*
#
- ls -lah *
#
- git submodule update --remote
-
ls -lah *
script
:
-
./gradlew --no-daemon build
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