Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vault-secret-syncer
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT Common Platform
tenant-support
helm-charts
vault-secret-syncer
Commits
f37050bc
There was an error fetching the commit references. Please try again later.
Verified
Commit
f37050bc
authored
3 years ago
by
Michael Irwin
Browse files
Options
Downloads
Patches
Plain Diff
Fix pipeline
parent
7011b5f6
No related merge requests found
Pipeline
#323477
passed with stages
Stage:
Stage:
in 33 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
f37050bc
...
...
@@ -23,5 +23,5 @@ Deploy chart:
-
apk add curl
script
:
-
helm package .
-
FILENAME=$(find . -type f -name "
ecr-pull
*.tgz")
-
FILENAME=$(find . -type f -name "
vault-secret
*.tgz")
-
'
curl
--request
POST
--user
gitlab-ci-token:$CI_JOB_TOKEN
--form
"chart=@${FILENAME}"
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment