Skip to content

Commit 8657ecf

Browse files
author
Dennis Plöger
committed
fix: Ignore missing Dockerfile
I found this problem on a clean clone of CloudControl when no Dockerfile was created before.
1 parent 014f215 commit 8657ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -euo pipefail
99
#
1010
# If no flavour is specified, all flavours will be built
1111

12-
mv Dockerfile Dockerfile.sav
12+
mv Dockerfile Dockerfile.sav &>/dev/null || true
1313

1414
TAG=latest
1515
if [ -n "$1" ]

0 commit comments

Comments
 (0)