Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
exphost
exphost-helms
Commits
e581991a
Commit
e581991a
authored
3 years ago
by
torgiren
Browse files
Options
Download
Email Patches
Plain Diff
fix gitlab-ci
parent
af4a59b4
master
test-tag3
2 merge requests
!3
Devel
,
!2
fix gitlab-ci
Pipeline
#33
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
.gitlab-ci.yml
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
+
4
-
4
View file @
e581991a
...
...
@@ -19,13 +19,13 @@ build:
-
export
artifacts
:
paths
:
-
"
exphost-
$CI_BUILD_TAG
.tgz"
-
"
exphost-
*
.tgz"
upload
:
stage
:
upload
image
:
curlimages/curl:latest
script
:
-
'
curl
--request
POST
--user
gitlab-ci-token:$CI_JOB_TOKEN
--form
"chart=@exphost-
0.0.1
.tgz"
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
only
:
-
master
-
'
curl
--request
POST
--user
gitlab-ci-token:$CI_JOB_TOKEN
--form
"chart=@exphost-
*
.tgz"
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
rules
:
-
if
:
$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == "
master
"
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help