mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
Remove cleanup from other deployment workflows (#884)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user