Skip to content
Snippets Groups Projects
Commit 1ed9759d authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent 805b73f4
No related branches found
No related tags found
No related merge requests found
......@@ -83,9 +83,8 @@ build:
- GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/client.win32 main.go
- GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/client.darwin64 main.go
- release/client.linux64 --version
- git remote add origin_tags git@gitlab.com:elixxir/client.git
- git tag $(release/client.linux64 -V | grep "Elixxir Client v"| cut -d ' ' -f3)
- GIT_SSH_COMMAND="ssh -i $GIT_TAG_PRIV_KEY" git push origin_tags --tags
- git push origin_tags --tags
artifacts:
paths:
- release/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment