Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
20acd620
Commit
20acd620
authored
May 01, 2019
by
Nicolas Denoyelle
Browse files
woops let the old local url
parent
95345e40
Pipeline
#7079
passed with stages
in 4 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
release.sh
View file @
20acd620
...
...
@@ -52,7 +52,6 @@ TAG=$5
RELEASE_VERSION
=
""
# set to "latest" or "X.X.X" from $TAG
BASE_URL
=
"https://xgitlab.cels.anl.gov/api/v4/projects"
BASE_URL
=
"http://localhost/api/v4/projects"
URL
=
"
$BASE_URL
/
$PROJECT_ID
"
TOKEN_HEADER
=
"PRIVATE-TOKEN:
$JOB_TOKEN
"
...
...
@@ -99,7 +98,6 @@ URL="$URL/releases"
EXTENSIONS
=(
"tar.gz"
"zip"
"bz2"
"bz"
"tar"
)
ARTIFACTS_BASE_URL
=
"https://xgitlab.cels.anl.gov/argo/aml/-/jobs/
$JOB_ID
/artifacts/file"
ARTIFACTS_BASE_URL
=
"http://localhost/root/aml/-/jobs/
$JOB_ID
/artifacts/file/result"
#Takes extension name as first argument
function
exist_result_ext
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment