diff --git a/.github/workflows/ucentralgw-dev-deployment.yaml b/.github/workflows/ucentralgw-dev-deployment.yaml index c73f3dc71..58668d009 100644 --- a/.github/workflows/ucentralgw-dev-deployment.yaml +++ b/.github/workflows/ucentralgw-dev-deployment.yaml @@ -143,7 +143,6 @@ 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 @@ -157,7 +156,6 @@ jobs: export OWANALYTICS_VERSION=main export OWSUB_VERSION=main export OWRRM_VERSION=main - ./cleanup.sh ./deploy.sh fi diff --git a/.github/workflows/ucentralgw-qa2-deployment.yaml b/.github/workflows/ucentralgw-qa2-deployment.yaml index bc9f283a8..93e219b92 100644 --- a/.github/workflows/ucentralgw-qa2-deployment.yaml +++ b/.github/workflows/ucentralgw-qa2-deployment.yaml @@ -125,7 +125,6 @@ jobs: export IPTOCOUNTRY_IPINFO_TOKEN=${{ secrets.IPTOCOUNTRY_IPINFO_TOKEN }} export EXTRA_VALUES='owgw.configProperties.logging\.level=information' echo "key=${AWS_SECRET_ACCESS_KEY}" | base64 - ./cleanup.sh ./deploy.sh - name: Show resource state on deployment failure