Skip to content

Commit dbc48da

Browse files
committed
Fix helm package
1 parent cb99e99 commit dbc48da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: azure/setup-helm@v1
4545
- name: "Helm"
4646
run: |
47-
helm package --version "${{ steps.bump_helm_version.outputs.next-version }}"" 3-continuous-deployment/helm/producer
47+
helm package --version "${{ steps.bump_helm_version.outputs.next-version }}" 3-continuous-deployment/helm/producer
4848
curl \
4949
-X POST \
5050
-H "Accept: application/vnd.github.v3+json" \

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ output.json
44
lambda.zip
55
.env
66
./lambda/main
7-
kubeconfig_*
7+
kubeconfig_*
8+
.DS_Store

0 commit comments

Comments
 (0)