try using empty entrypoint

This commit is contained in:
lukas 2021-08-28 22:16:38 +02:00
parent a42ab13133
commit 2c31c930ec

View File

@ -15,8 +15,7 @@ Build_Go:
Compress_upx:
image:
name: kolaente/upx
entrypoint:
- /bin/sh -c
entrypoint: [""]
stage: compress
dependencies:
- Build_Go