We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342e1bf commit 24370c5Copy full SHA for 24370c5
.gitlab-ci.yml
@@ -49,6 +49,7 @@ build:
49
- job: mirror
50
optional: true
51
script:
52
+ - git config --global --add safe.directory $CI_PROJECT_DIR
53
- git lfs install
54
- git submodule update --init etc/data/magfield
55
- ./build-coatjava.sh --clara -T$JL_RUNNER_AVAIL_CPU --quiet --no-progress
@@ -129,6 +130,7 @@ eb:
129
130
131
- tar -xzf coatjava.tar.gz
132
- tar -xzf clara.tar.gz
133
134
135
- git submodule update --init validation/advanced-tests/data
136
- cd validation/advanced-tests
0 commit comments