Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
RegionChooser
Commits
dd709f65
Commit
dd709f65
authored
5 years ago
by
Matthias Betz
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
faa6ea50
Pipeline
#282
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-4
.gitlab-ci.yml
with
5 additions
and
4 deletions
+5
-4
.gitlab-ci.yml
+
5
-
4
View file @
dd709f65
...
...
@@ -10,11 +10,12 @@ release:
script
:
-
mvn package -B
-
FILE= ls target/ | grep '\.zip$' | head -n
1
-
echo $FILE
-
echo $CI_PROJECT_ID
-
echo $CI_COMMIT_TAG
-
echo $
{
FILE
}
-
echo $
{
CI_PROJECT_ID
}
-
echo $
{
CI_COMMIT_TAG
}
-
echo ${CI_API_V4_URL}
# - curl --request POST --header "PRIVATE-TOKEN: ${TOKEN}" --form "file=@${FILE}"
# - curl --request POST --header "PRIVATE-TOKEN: ${TOKEN}" --form "file=@${FILE}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/uploads
-
echo '{"hostname":"test","domainname":"example.com"}' | python -c 'import json,sys;obj=json.load(sys.stdin);print obj["hostname"]'
only
:
refs
:
-
master
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets