From 5dd6aab792760f95c92272d3c9313e0aee545f28 Mon Sep 17 00:00:00 2001 From: Lucas Briese Date: Mon, 8 Nov 2021 20:34:16 +0100 Subject: [PATCH] fix ci hook --- hooks/pre_push | 2 -- 1 file changed, 2 deletions(-) diff --git a/hooks/pre_push b/hooks/pre_push index 4735a9b..6eed8ad 100644 --- a/hooks/pre_push +++ b/hooks/pre_push @@ -8,6 +8,4 @@ if [ "$SOURCE_BRANCH" != "master" ]; then imageSuffix="-$(echo "$SOURCE_BRANCH" | sed 's/\//-/g')" fi -cd .. - bash test/testBuild.sh "$imageSuffix" --skip-ttt --push