fix(test): fix CI

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-08-31 11:56:58 +00:00
parent 4a798d3668
commit 645ec552bd
3 changed files with 8 additions and 18 deletions

View File

@@ -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/clones
mkdir -p ./var/repos ./var/clones

View File

@@ -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

View File

@@ -7,13 +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
docker compose up -d
attempt=1