Skip to content

Commit

Permalink
try removing unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 16, 2023
1 parent 572e3e6 commit b2dcfd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: azure/setup-helm@v3
with:
version: "3.12.1"

- name: Login to Docker Hub
uses: docker/login-action@v3
if: ${{ ! github.event.repository.fork }}
Expand All @@ -52,11 +48,6 @@ jobs:
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
- name: Set nginx ingress config
run: |
kubectl -n ingress-nginx patch cm ingress-nginx-controller \
-p '{"data": {"allow-snippet-annotations":"true"}}'
- name: Helm install
run: |
helm dep up ./helm/alfresco-content-services
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: azure/setup-helm@v3
with:
version: "3.12.1"

- name: Setup aws cli
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
- name: Setup dnsutils
run: |
sudo apt update
sudo apt install -y dnsutils
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit b2dcfd4

Please sign in to comment.