Skip to content

Commit 19dfdf5

Browse files
committed
success cleanup
1 parent 2e16dde commit 19dfdf5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/create-ucluster.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17-
17+
1818
- name: cluster-create
1919
id: cluster-create
2020
uses: UffizziCloud/cluster-action@main
@@ -27,7 +27,4 @@ jobs:
2727

2828
- name: apply kube manifests
2929
run: |
30-
echo "$(pwd)"
31-
echo "${{ github.workspace }}"
32-
ls
3330
kubectl apply -f manifests/ --kubeconfig kubeconfig

0 commit comments

Comments
 (0)