mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
fix(test): does this other thing work lol
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||
(cd $REPO_ROOT && go install ./utils/cmd/...)
|
||||
|
||||
if [ -z "${GITHUB_COMMIT}" ]; then
|
||||
GITHUB_COMMIT="local"
|
||||
fi
|
||||
|
||||
export KO_DOCKER_REPO=ko.local
|
||||
export VERSION=$GITHUB_COMMIT-test
|
||||
|
||||
mkdir -p pki
|
||||
echo '*' >>./pki/.gitignore
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
source ../lib/lib.sh
|
||||
|
||||
export KO_DOCKER_REPO=ko.local
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
mint_cert mimi.techaro.lol
|
||||
|
||||
Reference in New Issue
Block a user