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 ac60f27 commit 6ec8abe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ concurrency:

jobs:
uninstall-demo:
run: |
oc login --token=${{ secrets.oc_token }} --server=${{ vars.oc_server }}
oc project ${{ vars.OC_NAMESPACE }} # Safeguard!
helm uninstall onroutebc-demo
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
deploy-demo:
name: Deploys (demo)
uses: ./.github/workflows/deploy.yml
Expand Down

0 comments on commit 6ec8abe

Please sign in to comment.