Skip to content

Commit

Permalink
Remove the debug instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Oct 15, 2024
1 parent 4024a40 commit cc1819f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ jobs:
kind --version
- name: Create Kind Cluster
run: |
cat -A /tmp/cluster.yml
cat -A /shared/pss/cluster-level-pss.yaml
cat /tmp/cluster.yml
export CLUSTER=$(uuidgen)
echo "export CLUSTER=$CLUSTER" > cluster.env
echo kind create cluster --name $CLUSTER --config=/tmp/cluster.yml --kubeconfig ./$CLUSTER.conf
Expand Down

0 comments on commit cc1819f

Please sign in to comment.