Skip to content

Commit

Permalink
ci: fix e2e to cleanup and remove rookout
Browse files Browse the repository at this point in the history
Signed-off-by: Gosha <[email protected]>
  • Loading branch information
gosharo committed Jul 20, 2023
1 parent 966d102 commit 14117e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
--set piper.gitProvider.organization.name="rookout" \
--set image.repository=localhost:5001 \
--set piper.argoWorkflows.server.address="${{ env.NGROK_URL }}/argo" \
--set env\[0\].name=GIT_WEBHOOK_AUTO_CLEANUP,env\[0\].value="true" && \
--set env\[0\].name=GIT_WEBHOOK_AUTO_CLEANUP,env\[0\].value='true' && \
sleep 20 && kubectl logs deployment/piper
kubectl wait \
--for=condition=ready pod \
Expand Down

0 comments on commit 14117e9

Please sign in to comment.