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

Update .gitlab-ci.yml

parent 6909766c
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ build: ...@@ -86,7 +86,7 @@ build:
- git remote remove origin - git remote remove origin
- git remote add origin git@gitlab.com:elixxir/client.git - git remote add origin git@gitlab.com:elixxir/client.git
- git tag $(release/client.linux64 -V | grep "Elixxir Client v"| cut -d ' ' -f3) - git tag $(release/client.linux64 -V | grep "Elixxir Client v"| cut -d ' ' -f3)
- git push --tags - git push -i $GIT_TAG_PRIV_KEY --tags
artifacts: artifacts:
paths: paths:
- release/ - release/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment