Skip to content

Commit 558c33c

Browse files
chore: fix bottlecap compilex
1 parent 0471d1c commit 558c33c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/scripts/compile_bottlecap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ else
3232
fi
3333

3434
if [ "$ALPINE" = "0" ]; then
35-
COMPILE_FILE=Dockerfile.bottlecap.compile
35+
COMPILE_IMAGE=Dockerfile.bottlecap.compile
3636
else
3737
printf "Compiling for alpine\n"
38-
COMPILE_FILE=Dockerfile.bottlecap.alpine.compile
38+
COMPILE_IMAGE=Dockerfile.bottlecap.alpine.compile
3939
fi
4040

4141

0 commit comments

Comments
 (0)