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 6ec8abe commit 9577d15
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
name: Uninstall (demo)
runs-on: ubuntu-22.04
steps:
- run: |
oc login --token=${{ secrets.oc_token }} --server=${{ vars.oc_server }}
oc project ${{ vars.OC_NAMESPACE }} # Safeguard!
helm uninstall onroutebc-demo
- name: uninstall
run: |
oc login --token=${{ secrets.oc_token }} --server=${{ vars.oc_server }}
oc project ${{ vars.OC_NAMESPACE }} # Safeguard!
helm uninstall onroutebc-demo
deploy-demo:
name: Deploys (demo)
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 9577d15

Please sign in to comment.