ci: work around new git safe.directory check

This commit is contained in:
jaseg 2022-06-10 23:07:03 +02:00
parent f55cfb4b35
commit 0e5b1cb999

View file

@ -3,6 +3,7 @@ build:wasi-svg-flatten:
stage: build
image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
script:
- git config --global --add safe.directory "$CI_PROJECT_DIR"
- cd svg-flatten # we start out in the repo's root
- make -j 2 build/svg-flatten.wasm
- cp build/svg-flatten.wasm svg_flatten_wasi/