Skip to content
Snippets Groups Projects
Commit 81afc824 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Fabian Seidl
Browse files

Ensure CI cleanup after integration tests

See merge request !353
parent cec566bb
Branches
Tags
2 merge requests!353Ensure CI cleanup after integration tests,!333WIP: Develop
Pipeline #109853 passed
......@@ -54,7 +54,13 @@ containerlab-destroy:
script:
- sudo containerlab destroy --topo ${CLAB_DIR}/${CLAB_NAME}.clab.yml
- docker volume rm -f ${CLAB_NAME}-volume
- rm ${CLAB_DIR}/${CLAB_NAME}.clab.yml
- echo ${CLAB_NAME}
- ls -la
- rm ${CLAB_DIR}/${CLAB_NAME}.clab.yml || true
- rm ${CLAB_DIR}/.${CLAB_NAME}.clab.yml.bak || true
- sudo rm -r ${CLAB_DIR}/clab-${CLAB_NAME} || true
- ls -la
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment