Ensure arch gets stopped when updating container images

This commit is contained in:
zontreck 2024-10-05 21:33:32 -07:00
parent 9ffb663e33
commit 6d8afc53f3

1
Jenkinsfile vendored
View file

@ -56,6 +56,7 @@ pipeline {
docker stop linuxbuilder || true
docker stop linuxfs || true
docker stop arch || true
'''
}
}