mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix missing redirect in CI
This commit is contained in:
parent
bb27840d79
commit
54c97d1d0c
2
.github/workflows/run-make-all.yml
vendored
2
.github/workflows/run-make-all.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
RELEASE_TAG=$(git describe --tags)
|
||||
mkdir -p artifacts
|
||||
docker run --rm catalalang/catala-build:${IMAGE_TAG} sh -uexc '
|
||||
opam --cli=2.1 remove z3
|
||||
opam --cli=2.1 remove z3 >&2
|
||||
opam --cli=2.1 exec -- dune build --profile=release french_law compiler/catala.bc.js >&2
|
||||
mv _build/default/compiler/catala.bc.js catala_'"${RELEASE_TAG}"'_node.js >&2
|
||||
tar c -h catala_'"${RELEASE_TAG}"'_node.js french_law --exclude french_law/js/node_modules --exclude french_law/python/env --exclude '"'"'.*'"'"'
|
||||
|
Loading…
Reference in New Issue
Block a user