-
- Downloads
always run containerlab destroy
parent
9be4d37a
No related branches found
No related tags found
This commit is part of merge request !202. Comments created here will be created in the context of that merge request.
... | @@ -73,6 +73,7 @@ containerlab:destroy: | ... | @@ -73,6 +73,7 @@ containerlab:destroy: |
- docker volume rm -f ${CLAB_NAME}-volume | - docker volume rm -f ${CLAB_NAME}-volume | ||
- docker image rm -f ${GOSDN_CONTAINER_IMAGE} | - docker image rm -f ${GOSDN_CONTAINER_IMAGE} | ||
allow_failure: true | allow_failure: true | ||
when: always | |||
|
|||
#containerlab:template:develop: | #containerlab:template:develop: | ||
... | ... |