Skip to content

Commit

Permalink
Display output of start-gke-env.sh (#7454)
Browse files Browse the repository at this point in the history
### Description of the change

Avoid piping the output of the script to investigate an error in CI.

### Benefits

N/A

### Possible drawbacks

N/A

### Applicable issues

N/A

### Additional information

N/A

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia authored Feb 9, 2024
1 parent c859e75 commit 8135bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gke_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Start GKE environment
run: |
set -euo pipefail
./script/start-gke-env.sh "${ESCAPED_GKE_CLUSTER}" "${GKE_ZONE}" "${GKE_VERSION}" "${GKE_ADMIN}" "${GKE_RELEASE_CHANNEL} "${ALLOW_GKE_VERSION_FALLBACK}" > /dev/null
./script/start-gke-env.sh "${ESCAPED_GKE_CLUSTER}" "${GKE_ZONE}" "${GKE_VERSION}" "${GKE_ADMIN}" "${GKE_RELEASE_CHANNEL} "${ALLOW_GKE_VERSION_FALLBACK}"
- # TODO(castelblanque) Unify shared resources with kubeapps-local-dev-users-rbac.yaml that only applies to Kind clusters
name: Apply customizations to GKE cluster
run: |
Expand Down

0 comments on commit 8135bc2

Please sign in to comment.