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