test fix ci, crlf -> lf
This commit is contained in:
		| @ -1,11 +1,14 @@ | |||||||
| #!/bin/sh | #!/bin/sh | ||||||
|  |  | ||||||
| set -o errexit | set -o errexit | ||||||
| set -o nounset  | set -o nounset  | ||||||
|  |  | ||||||
| imageSuffix="" | imageSuffix="" | ||||||
| if [ "$SOURCE_BRANCH" != "master" ]; then | if [ "$SOURCE_BRANCH" != "master" ]; then | ||||||
| 	imageSuffix="-$(echo "$SOURCE_BRANCH" | sed 's/\//-/g')" | 	imageSuffix="-$(echo "$SOURCE_BRANCH" | sed 's/\//-/g')" | ||||||
| fi | fi | ||||||
|  |  | ||||||
| bash test/testBuild.sh "$imageSuffix" --skip-ttt --push | echo "current directory:" | ||||||
|  | echo "$(pwd)" | ||||||
|  | ls -lA . | ||||||
|  | bash test/testBuild.sh "$imageSuffix" --skip-ttt --push | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user