Skip to content

Commit d0e17f2

Browse files
committed
Remove pipefail
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent 6227532 commit d0e17f2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
- parallel:
7373
- name: Run managed-fields tests
7474
run: |
75-
set -euo pipefail
7675
kubectl create ns managed-fields
7776
kustomize build github.com/stefanprodan/podinfo//kustomize?ref=6.3.5 > /tmp/podinfo.yaml
7877
kubectl -n managed-fields apply -f /tmp/podinfo.yaml
@@ -94,7 +93,6 @@ jobs:
9493
kubectl delete ns managed-fields
9594
- name: Run overlays and dependencies tests
9695
run: |
97-
set -euo pipefail
9896
echo ">>> Run overlays tests"
9997
kubectl -n kustomize-system apply -k ./config/testdata/overlays
10098
kubectl -n kustomize-system wait kustomizations/webapp-staging --for=condition=ready --timeout=4m
@@ -106,7 +104,6 @@ jobs:
106104
kubectl -n kustomize-system wait kustomizations/frontend --for=condition=ready --timeout=4m
107105
- name: Run impersonation and OCI tests
108106
run: |
109-
set -euo pipefail
110107
echo ">>> Run impersonation tests"
111108
kubectl -n impersonation apply -f ./config/testdata/impersonation
112109
kubectl -n impersonation wait kustomizations/podinfo --for=condition=ready --timeout=4m

0 commit comments

Comments
 (0)