Skip to content

Commit 08f014c

Browse files
Dennis Plögerdploeger
authored andcommitted
fix: Ignore missing Dockerfile
I found this problem on a clean clone of CloudControl when no Dockerfile was created before.
1 parent 4025656 commit 08f014c

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)