mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-27 16:04:56 +00:00
Remove previous Docker images in deployment upgrade test to avoid disk space issues
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
@@ -136,6 +136,7 @@ jobs:
|
||||
sudo -i;
|
||||
cd wlan-cloud-ucentral-deploy/docker-compose;
|
||||
docker-compose down;
|
||||
docker image prune -a;
|
||||
git reset --hard;
|
||||
git checkout ${{ github.event.inputs.deployment_upgrade_version }};
|
||||
export DEFAULT_UCENTRALSEC_URL="https://${{ needs.deploy-controller.outputs.sec_url }}:16001";
|
||||
|
||||
Reference in New Issue
Block a user