mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-27 02:22:42 +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)
|
REPO_ROOT=$(git rev-parse --show-toplevel)
|
||||||
(cd $REPO_ROOT && go install ./utils/cmd/...)
|
(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
|
mkdir -p pki
|
||||||
echo '*' >>./pki/.gitignore
|
echo '*' >>./pki/.gitignore
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
source ../lib/lib.sh
|
source ../lib/lib.sh
|
||||||
|
|
||||||
|
export KO_DOCKER_REPO=ko.local
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
mint_cert mimi.techaro.lol
|
mint_cert mimi.techaro.lol
|
||||||
|
|||||||
Reference in New Issue
Block a user