remove dist folder because gitlab is stupid

This commit is contained in:
Piper Pentagram 2024-11-06 11:52:16 -08:00
parent 6fa9bafe11
commit 9ccaef1208

View file

@ -6,8 +6,7 @@ stages:
compile: compile:
stage: build stage: build
script: script:
- mkdir dist - go build -o bingobot
- go build -o dist/bingobot
artifacts: artifacts:
paths: paths:
- dist/bingobot - bingobot