mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
.gitlab-ci.yml: Fix artifact path
This commit is contained in:
parent
539191c7c7
commit
36d6e4f8d6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ compile:
|
||||||
- GOOS=linux GOARCH=amd64 go build -o bin/pinger-linux-x64 ./...
|
- GOOS=linux GOARCH=amd64 go build -o bin/pinger-linux-x64 ./...
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- mybinaries
|
- bin
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue