Skip to content

Commit 24370c5

Browse files
baltzelltongtongcao
authored andcommitted
make git-lfs work in gitlab/pacman (#959)
1 parent 342e1bf commit 24370c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ build:
4949
- job: mirror
5050
optional: true
5151
script:
52+
- git config --global --add safe.directory $CI_PROJECT_DIR
5253
- git lfs install
5354
- git submodule update --init etc/data/magfield
5455
- ./build-coatjava.sh --clara -T$JL_RUNNER_AVAIL_CPU --quiet --no-progress
@@ -129,6 +130,7 @@ eb:
129130
script:
130131
- tar -xzf coatjava.tar.gz
131132
- tar -xzf clara.tar.gz
133+
- git config --global --add safe.directory $CI_PROJECT_DIR
132134
- git lfs install
133135
- git submodule update --init validation/advanced-tests/data
134136
- cd validation/advanced-tests

0 commit comments

Comments
 (0)