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:
|
compile:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- go build -o bingobot
|
|
||||||
- mkdir dist
|
- mkdir dist
|
||||||
- tar -czf dist/bingobot.tar.gz bingobot
|
- go build -o dist/bingobot
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/bingobot.tar.gz
|
- dist/bingobot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue