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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
337d2e45
Commit
337d2e45
authored
Feb 18, 2019
by
Spencer Brown
Browse files
Options
Downloads
Patches
Plain Diff
Try using Gitlab's REST API to download job artifacts
parent
dbe7d724
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
337d2e45
...
@@ -18,13 +18,13 @@ variables:
...
@@ -18,13 +18,13 @@ variables:
REPO_DIR
:
gitlab.com/elixxir
REPO_DIR
:
gitlab.com/elixxir
REPO_NAME
:
server
REPO_NAME
:
server
DOCKER_IMAGE
:
carback1/golang-glide:1.9-d638096cef01
DOCKER_IMAGE
:
carback1/golang-glide:1.9-d638096cef01
PRIVATEGRITY_
REPOS
:
https://gitlab.com/elixxir
REPOS
_API
:
https://gitlab.com/
api/v4/projects/
elixxir
%2F
DL_URL_FRAG
:
-/
jobs/artifacts/master/raw
/release/
DL_URL_FRAG
:
jobs/artifacts/master/raw
SERVER_URL
:
$
PRIVATEGRITY_
REPOS/server/$DL_URL_FRAG/server.linux64?job=build
SERVER_URL
:
$REPOS
_API
/server/$DL_URL_FRAG/server.linux64?job=build
CLIENT_URL
:
$
PRIVATEGRITY_
REPOS/client/$DL_URL_FRAG/client.linux64?job=build
CLIENT_URL
:
$REPOS
_API
/client/$DL_URL_FRAG/client.linux64?job=build
CHANNELBOT_URL
:
$
PRIVATEGRITY_
REPOS/channelbot/$DL_URL_FRAG/channelbot.linux64?job=build
CHANNELBOT_URL
:
$REPOS
_API
/channelbot/$DL_URL_FRAG/channelbot.linux64?job=build
UDB_URL
:
$
PRIVATEGRITY_
REPOS/user-discovery-bot/$DL_URL_FRAG/udb.linux64?job=build
UDB_URL
:
$REPOS
_API
/user-discovery-bot/$DL_URL_FRAG/udb.linux64?job=build
GATEWAY_URL
:
$
PRIVATEGRITY_
REPOS/gateway/$DL_URL_FRAG/gateway.linux64?job=build
GATEWAY_URL
:
$REPOS
_API
/gateway/$DL_URL_FRAG/gateway.linux64?job=build
before_script
:
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