ci: work around new git safe.directory check
This commit is contained in:
parent
f55cfb4b35
commit
0e5b1cb999
1 changed files with 1 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue