Skip to content
Snippets Groups Projects

WIP: Develop

Merged Malte Bauch requested to merge develop into master
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading