Skip to content
Snippets Groups Projects
Commit 60a97a2e authored by Christian Boettcher's avatar Christian Boettcher
Browse files

install openstack client for successful cleanup

parent c85d8b5c
No related branches found
No related tags found
No related merge requests found
Pipeline #77658 failed
......@@ -162,6 +162,7 @@ cleanup-successful-full-deployment:
script:
- echo "This is the cleanup for the full-redeployment of the testing or production servers"
- echo "if this job is reached, all earlier jobs were successful, and any lingering old instances need to be removed"
- pip install python-openstackclient
- openstack server delete $OLD_TEST_NAME && echo "Deleted old testing server." || echo "No old testing server found."
- openstack server delete $OLD_PROD_NAME && echo "Deleted old production server." || echo "No old production server found."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment