Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-1385 Remove existing setup helm action as tool is preinstalled #46

Merged
merged 1 commit into from
Apr 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/actions/setup-helm/action.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/actions/setup-helm/setup-helm.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/pre-commit
- uses: ./.github/actions/setup-helm
- uses: ./.github/actions/setup-helm-docs
- uses: ./.github/actions/setup-jx-release-version
- uses: ./.github/actions/setup-kubepug
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,20 +117,6 @@ or into an existing workflow of your choice just declaring the step:

### setup-checkov

### setup-helm

If you need the helm cli available in the runner path:

```yml
jobs:

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm@master
```

### setup-helm-docs

### setup-jx-release-version
Expand Down