* MOD: test actions
checks / check and test (push) Failing after 6s
checks / check and test (pull_request) Failing after 2s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-20 12:09:05 +01:00
parent 87e9a5a7eb
commit 0cfa416cd1
4 changed files with 16 additions and 22 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ set -o pipefail
# this is kind of an expensive check, so let's not do this twice if we
# are running more than one validate bundlescript
VALIDATE_REPO='https://github.com/uleenucks/dockerfiles.git'
VALIDATE_BRANCH='master'
VALIDATE_REPO='https://gitea.uleenucks.de/uleenucks/dockerfiles.git'
VALIDATE_BRANCH='main'
VALIDATE_HEAD="$(git rev-parse --verify HEAD)"