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
Merge requests
!2
Closed
Created
3 years ago
by
torgiren
@torgiren
Owner
Options
Report abuse
Report abuse
fix gitlab-ci
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Oldest first
Newest first
Oldest first
torgiren
@torgiren
closed
3 years ago
closed
You're only seeing
other activity
in the feed. To add a comment, switch to one of the following options.
Show all activity
Show comments only
Please
register
or
sign in
to reply
Compare
master
master (base)
and
latest version
latest version
e581991a
1 commit,
3 years ago
1 file
+
4
-
4
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
-
4
Options
View file @ e581991a
Show full file
Show 20 lines
Show all unchanged lines
Show 20 lines
@@ -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
"
Menu
Projects
Groups
Snippets
Help