don't tar up the binary because gitlab zips it anyway
This commit is contained in:
parent
85bbb07524
commit
6fa9bafe11
1 changed files with 2 additions and 3 deletions
|
|
@ -6,9 +6,8 @@ stages:
|
|||
compile:
|
||||
stage: build
|
||||
script:
|
||||
- go build -o bingobot
|
||||
- mkdir dist
|
||||
- tar -czf dist/bingobot.tar.gz bingobot
|
||||
- go build -o dist/bingobot
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/bingobot.tar.gz
|
||||
- dist/bingobot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue