ci: fix tests (#1069)
* fix(locailization): fix ci Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(test): fix CI Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(test): fix CI? Signed-off-by: Xe Iaso <me@xeiaso.net> * fix(test): fix CI?? Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
f6e077c907
commit
f0bcbe43af
7 changed files with 19 additions and 22 deletions
|
|
@ -7,12 +7,9 @@ export KO_DOCKER_REPO=ko.local
|
|||
|
||||
set -u
|
||||
|
||||
(
|
||||
cd ../.. && \
|
||||
npm ci && \
|
||||
npm run assets \
|
||||
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
|
||||
)
|
||||
source ../lib/lib.sh
|
||||
|
||||
build_anubis_ko
|
||||
|
||||
rm -rf ./var/repos ./var/foo
|
||||
mkdir -p ./var/repos
|
||||
|
|
@ -36,4 +33,4 @@ sleep 2
|
|||
git push -u http://localhost:3000/git/foo.git master
|
||||
)
|
||||
|
||||
docker compose down
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue