Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
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
elixxir
integration
Commits
83657887
Commit
83657887
authored
6 years ago
by
Spencer Brown
Browse files
Options
Downloads
Patches
Plain Diff
Remove / in download path
parent
b4448b72
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
83657887
...
...
@@ -20,11 +20,11 @@ variables:
DOCKER_IMAGE
:
carback1/golang-glide:1.9-d638096cef01
REPOS_API
:
https://gitlab.com/api/v4/projects/elixxir%2F
DL_URL_FRAG
:
jobs/artifacts/master/raw
SERVER_URL
:
$REPOS_API
/
server/$DL_URL_FRAG/server.linux64?job=build
CLIENT_URL
:
$REPOS_API
/
client/$DL_URL_FRAG/client.linux64?job=build
CHANNELBOT_URL
:
$REPOS_API
/
channelbot/$DL_URL_FRAG/channelbot.linux64?job=build
UDB_URL
:
$REPOS_API
/
user-discovery-bot/$DL_URL_FRAG/udb.linux64?job=build
GATEWAY_URL
:
$REPOS_API
/
gateway/$DL_URL_FRAG/gateway.linux64?job=build
SERVER_URL
:
$
{
REPOS_API
}
server/$DL_URL_FRAG/server.linux64?job=build
CLIENT_URL
:
$
{
REPOS_API
}
client/$DL_URL_FRAG/client.linux64?job=build
CHANNELBOT_URL
:
$
{
REPOS_API
}
channelbot/$DL_URL_FRAG/channelbot.linux64?job=build
UDB_URL
:
$
{
REPOS_API
}
user-discovery-bot/$DL_URL_FRAG/udb.linux64?job=build
GATEWAY_URL
:
$
{
REPOS_API
}
gateway/$DL_URL_FRAG/gateway.linux64?job=build
before_script
:
##
...
...
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