Skip to content

Commit c6d9628

Browse files
committed
stop pipeline
1 parent 6b108af commit c6d9628

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-cd-eks.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main # Vai disparar quando fizer push na main
7-
- dev/k8s
7+
# - dev/k8s
88
workflow_dispatch: # Permite disparar o workflow manualmente
99

1010
jobs:
@@ -62,7 +62,8 @@ jobs:
6262
- name: Create namespace giropops-senhas
6363
run: kubectl create namespace giropops-senhas || true
6464

65-
- name: Install dependencies
65+
- name: Install Helm
66+
uses: azure/setup-helm@v1
6667
run: |
6768
helm repo add stable https://charts.helm.sh/stable
6869
helm repo update

0 commit comments

Comments
 (0)