Skip to content

Commit

Permalink
Address PR feedback.
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <[email protected]>
  • Loading branch information
vaikas committed Jul 7, 2022
1 parent f5e7a7a commit 28aff89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-scaffolding-e2e-createtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Create a tree on it
run: |
echo '::group:: install create tree job'
ko apply -BRf ./examples/deployment/kubernetes/createtree
kubectl apply -Rf ./examples/deployment/kubernetes/createtree
echo '::endgroup::'
echo '::group:::' waiting for job to complete'
kubectl wait -n createtree --for=condition=Complete --timeout=5m jobs createtree
echo '::endgroup::'
kubectl -n createtree get cm trillian-tree -ojsonpath='{.data.treeID}'
kubectl -n createtree get cm trillian-tree -ojsonpath='{.data.treeID}'
- name: Collect diagnostics
if: ${{ failure() }}
Expand Down

This file was deleted.

0 comments on commit 28aff89

Please sign in to comment.