Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
user-discovery-bot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archives
user-discovery-bot
Commits
96d0527b
Commit
96d0527b
authored
5 years ago
by
Benjamin Wenger
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/release' into release
parents
27e77bad
29155080
No related branches found
No related tags found
1 merge request
!4
WIP: XX-1880 "/udbracecondition"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
96d0527b
...
...
@@ -80,6 +80,10 @@ build:
-
GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/udb.win32 main.go
-
GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/udb.darwin64 main.go
-
./release/udb.linux64 --version
-
git remote add origin_tags git@gitlab.com:elixxir/user-discovery-bot.git ||
true
-
git remote set-url origin_tags git@gitlab.com:elixxir/user-discovery-bot.git ||
true
-
git tag $(./release/udb.linux64 --version | grep "Elixxir User Discovery Bot v"| cut -d ' ' -f5) -f
-
git push origin_tags -f --tags
artifacts
:
paths
:
-
release/
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