Update ucentralgw-dev-deployment.yaml (#876)

Added cleanup before deploying
This commit is contained in:
Stephane Bourque
2024-01-14 08:45:04 -08:00
committed by GitHub
parent d7bc4640f0
commit c9b64bb587

View File

@@ -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
@@ -156,6 +157,7 @@ jobs:
export OWANALYTICS_VERSION=main
export OWSUB_VERSION=main
export OWRRM_VERSION=main
./cleanup.sh
./deploy.sh
fi