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:
stage: build
script:
- mkdir dist
- go build -o dist/bingobot
- go build -o bingobot
artifacts:
paths:
- dist/bingobot
- bingobot