Skip to content

Commit

Permalink
Update sanity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh authored Nov 20, 2022
1 parent 5415ff1 commit ba548ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ steps:
- argocd-autopilot repo bootstrap -n $NAMESPACE
- argocd-autopilot project create e2e
- argocd-autopilot app create example --app github.com/argoproj-labs/argocd-autopilot/examples/demo-app -p e2e --wait-timeout 10m --dest-namespace $NAMESPACE
- argocd-autopilot repo uninstall -n $NAMESPACE
when:
steps:
- name: prep_cluster
Expand All @@ -83,7 +84,6 @@ steps:
title: "delete bootstrap"
image: "codefresh/kube-helm"
commands:
- kubectl delete application autopilot-bootstrap -n $NAMESPACE
- kubectl delete ns $NAMESPACE --request-timeout ${{KUBECTL_TIMEOUT}}
- curl -H "Authorization:Bearer $GIT_TOKEN" -X DELETE "https://api.github.com/repos/${{GIT_REPO}}" || true
when:
Expand Down

0 comments on commit ba548ae

Please sign in to comment.