mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-14 04:28:49 +00:00
test: start work on Pale Moon tests
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
9
test/palemoon/test.sh
Normal file
9
test/palemoon/test.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
export VERSION=$GITHUB_COMMIT-test
|
||||
export KO_DOCKER_REPO=ko.local
|
||||
|
||||
set -u
|
||||
|
||||
(
|
||||
cd ../.. &&
|
||||
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
|
||||
)
|
||||
Reference in New Issue
Block a user