Skip to content

Commit

Permalink
fix: forcing uninstall of demo due to stale image updating
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Dec 28, 2023
1 parent a5d507c commit 3a6504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
oc login --token=${{ secrets.oc_token }} --server=${{ vars.oc_server }}
oc project ${{ vars.OC_NAMESPACE }} # Safeguard!
helm uninstall onroutebc-demo
helm uninstall onroutebc-demo || true
deploy-demo:
name: Deploys (demo)
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 3a6504e

Please sign in to comment.