mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-14 12:38:45 +00:00
test(palemoon): rewrite to use ci-images
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
12
test/palemoon/test.sh
Normal file → Executable file
12
test/palemoon/test.sh
Normal file → Executable file
@@ -1,9 +1,7 @@
|
||||
export VERSION=$GITHUB_COMMIT-test
|
||||
export KO_DOCKER_REPO=ko.local
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -u
|
||||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
(
|
||||
cd ../.. &&
|
||||
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
|
||||
)
|
||||
(cd amd64 && ./test.sh && docker compose down -t0 && docker compose rm)
|
||||
(cd i386 && ./test.sh && docker compose down -t0 && docker compose rm)
|
||||
|
||||
Reference in New Issue
Block a user