mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-15 12:58:45 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user