Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notifications-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
notifications-bot
Merge requests
!6
Update .gitlab-ci.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update .gitlab-ci.yml
sydney_anne-master-patch-84388
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Sydney Anne Erickson
requested to merge
sydney_anne-master-patch-84388
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
78312a34
1 commit,
3 years ago
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
4
Options
@@ -68,8 +68,8 @@ tag:
-
master
image
:
$DOCKER_IMAGE
script
:
-
git remote add origin_tags git@git
lab.com
:elixxir/notifications-bot.git ||
true
-
git remote set-url origin_tags git@git
lab.com
:elixxir/notifications-bot.git ||
true
-
git remote add origin_tags git@git
.xx.network
:elixxir/notifications-bot.git ||
true
-
git remote set-url origin_tags git@git
.xx.network
:elixxir/notifications-bot.git ||
true
-
git tag $(./release/notifications.linux64 version | grep "Elixxir Notifications Server v"| cut -d ' ' -f4) -f
-
git push origin_tags -f --tags
@@ -77,8 +77,8 @@ trigger_integration:
stage
:
trigger_integration
script
:
# Server
-
"
curl
-X
POST
-F
token=2a4419808282d0a47c55eee8b9904e
-F
ref=master
https://gitlab.com/api/v4/projects/
5014439
/trigger/pipeline"
-
"
curl
-X
POST
-F
token=2a4419808282d0a47c55eee8b9904e
-F
ref=master
https://gitlab.com/api/v4/projects/
28
/trigger/pipeline"
# Client
-
"
curl
-X
POST
-F
token=602ad7669e7d6daa61b210a0c4312b
-F
ref=master
https://gitlab.com/api/v4/projects/
5454785
/trigger/pipeline"
-
"
curl
-X
POST
-F
token=602ad7669e7d6daa61b210a0c4312b
-F
ref=master
https://gitlab.com/api/v4/projects/
28
/trigger/pipeline"
only
:
-
master
Loading