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:
Johann Hoffmann
2022-10-05 11:01:37 +02:00
parent 49525387fc
commit cc69dcf9a2

View File

@@ -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";