Skip to content

Commit

Permalink
rm kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 5, 2024
1 parent d0d8141 commit 488a44a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:

- name: rm kubeconfig
continue-on-error: true
run: rm kubeconfig.yaml
run: rm ${{ github.workspace }}/kubeconfig

- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ inputs.update_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
- name: rm kubeconfig
if: ${{ !inputs.skip_deploy }}
continue-on-error: true
run: rm kubeconfig.yaml
run: rm ${{ github.workspace }}/kubeconfig

- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ inputs.update_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ jobs:

- name: rm kubeconfig
continue-on-error: true
run: rm kubeconfig.yaml
run: rm ${{ github.workspace }}/kubeconfig

- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ inputs.update_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:

- name: rm kubeconfig
continue-on-error: true
run: rm kubeconfig.yaml
run: rm ${{ github.workspace }}/kubeconfig

- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ inputs.update_version }}
Expand Down

0 comments on commit 488a44a

Please sign in to comment.