Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
d1ac9c88
Commit
d1ac9c88
authored
Nov 8, 2022
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
bb287e20
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!510
Release
,
!446
Update .gitlab-ci.yml
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-2
14 additions, 2 deletions
.gitlab-ci.yml
with
14 additions
and
2 deletions
.gitlab-ci.yml
+
14
−
2
View file @
d1ac9c88
...
@@ -17,6 +17,7 @@ stages:
...
@@ -17,6 +17,7 @@ stages:
-
test
-
test
-
build
-
build
-
trigger_integration
-
trigger_integration
-
version_check
test
:
test
:
stage
:
test
stage
:
test
...
@@ -72,8 +73,19 @@ tag:
...
@@ -72,8 +73,19 @@ tag:
image
:
$DOCKER_IMAGE
image
:
$DOCKER_IMAGE
script
:
script
:
-
git remote add origin_tags git@$GITLAB_SERVER:elixxir/client.git ||
true
-
git remote add origin_tags git@$GITLAB_SERVER:elixxir/client.git ||
true
-
git tag $(release/client.linux64 version | grep "Elixxir Client v"| cut -d ' ' -f3) -f
-
git tag $(release/client.linux64 version | grep "Elixxir Client v"| cut -d ' ' -f3)
-
git push origin_tags -f --tags
-
git push origin_tags --tags
version_check
:
stage
:
version_check
only
:
-
master
-
release
image
:
$DOCKER_IMAGE
script
:
-
GITTAG=$(git describe --tags)
-
CODEVERS=$(release/client.darwin64 version | grep "Elixxir Client v"| cut -d ' ' -f3)
-
if [[ $GITTAG != $CODEVERS ]]; then echo "VERSION NUMBER BAD $GITTAG != $CODEVER"; exit -1; fi
bindings-ios
:
bindings-ios
:
stage
:
build
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment