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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue