Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f94a0749
Commit
f94a0749
authored
Jul 18, 2018
by
Dylan Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for tar.gz AUTO_DEVOPS_CHART charts (#49324)
parent
1ba47de5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
changelogs/unreleased/49324-add-support-for-tar-gz-autodevops-charts.yml
...leased/49324-add-support-for-tar-gz-autodevops-charts.yml
+5
-0
vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
+1
-0
No files found.
changelogs/unreleased/49324-add-support-for-tar-gz-autodevops-charts.yml
0 → 100644
View file @
f94a0749
---
title
:
Add support for tar.gz AUTO_DEVOPS_CHART charts (#49324)
merge_request
:
20691
author
:
'
@kondi1'
type
:
added
vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
View file @
f94a0749
...
@@ -677,6 +677,7 @@ rollout 100%:
...
@@ -677,6 +677,7 @@ rollout 100%:
auto_chart=${AUTO_DEVOPS_CHART:-gitlab/auto-deploy-app}
auto_chart=${AUTO_DEVOPS_CHART:-gitlab/auto-deploy-app}
auto_chart_name=$(basename $auto_chart)
auto_chart_name=$(basename $auto_chart)
auto_chart_name=${auto_chart_name%.tgz}
auto_chart_name=${auto_chart_name%.tgz}
auto_chart_name=${auto_chart_name%.tar.gz}
else
else
auto_chart="chart"
auto_chart="chart"
auto_chart_name="chart"
auto_chart_name="chart"
...
...
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