Skip to content

Commit

Permalink
Update ucentralgw-dev-deployment.yaml (#876)
Browse files Browse the repository at this point in the history
Added cleanup before deploying
  • Loading branch information
stephb9959 authored Jan 14, 2024
1 parent d7bc464 commit c9b64bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ucentralgw-dev-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
export OWANALYTICS_VERSION=${{ matrix.owanalytics_version }}
export OWSUB_VERSION=${{ matrix.owsub_version }}
export OWRRM_VERSION=${{ matrix.owrrm_version }}
./cleanup.sh
./deploy.sh
else
export DEPLOY_METHOD=git
Expand All @@ -156,6 +157,7 @@ jobs:
export OWANALYTICS_VERSION=main
export OWSUB_VERSION=main
export OWRRM_VERSION=main
./cleanup.sh
./deploy.sh
fi
Expand Down

0 comments on commit c9b64bb

Please sign in to comment.