don't tar up the binary because gitlab zips it anyway

This commit is contained in:
Piper Pentagram 2024-11-06 11:48:22 -08:00
parent 85bbb07524
commit 6fa9bafe11

View file

@ -6,9 +6,8 @@ stages:
compile: compile:
stage: build stage: build
script: script:
- go build -o bingobot
- mkdir dist - mkdir dist
- tar -czf dist/bingobot.tar.gz bingobot - go build -o dist/bingobot
artifacts: artifacts:
paths: paths:
- dist/bingobot.tar.gz - dist/bingobot