remove dist folder because gitlab is stupid
This commit is contained in:
parent
6fa9bafe11
commit
9ccaef1208
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue