mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-27 10:32:42 +00:00
89230f7678
Signed-off-by: Xe Iaso <me@xeiaso.net>
17 lines
281 B
Bash
Executable File
17 lines
281 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export VERSION=$GITHUB_COMMIT-test
|
|
export KO_DOCKER_REPO=ko.local
|
|
|
|
set -euo pipefail
|
|
|
|
source ../../lib/lib.sh
|
|
|
|
build_anubis_ko
|
|
mint_cert relayd
|
|
|
|
go run ../../cmd/cipra/ --compose-name $(basename $(pwd))
|
|
|
|
docker compose down -t 1 || :
|
|
docker compose rm -f || :
|