test fix ci, crlf -> lf

This commit is contained in:
Lucas Briese 2021-11-08 20:41:19 +01:00
parent 5dd6aab792
commit 0656e248b4

View File

@ -1,11 +1,14 @@
#!/bin/sh
set -o errexit
set -o nounset
imageSuffix=""
if [ "$SOURCE_BRANCH" != "master" ]; then
imageSuffix="-$(echo "$SOURCE_BRANCH" | sed 's/\//-/g')"
fi
bash test/testBuild.sh "$imageSuffix" --skip-ttt --push
#!/bin/sh
set -o errexit
set -o nounset
imageSuffix=""
if [ "$SOURCE_BRANCH" != "master" ]; then
imageSuffix="-$(echo "$SOURCE_BRANCH" | sed 's/\//-/g')"
fi
echo "current directory:"
echo "$(pwd)"
ls -lA .
bash test/testBuild.sh "$imageSuffix" --skip-ttt --push