File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ pipeline {
101
101
sh ' mkdir -p debug'
102
102
sh ' docker-compose logs fullstack-sqlite | gzip > debug/docker_fullstack_sqlite.log.gz'
103
103
sh ' docker-compose logs db | gzip > debug/docker_db.log.gz'
104
- sh ' docker-compose down --rmi all --remove-orphans --volumes -t 30'
105
104
// Cypress videos and screenshot artifacts
106
105
dir(path : ' test/results' ) {
107
106
archiveArtifacts allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml'
@@ -128,7 +127,6 @@ pipeline {
128
127
sh ' mkdir -p debug'
129
128
sh ' docker-compose logs fullstack-mysql | gzip > debug/docker_fullstack_mysql.log.gz'
130
129
sh ' docker-compose logs db | gzip > debug/docker_db.log.gz'
131
- sh ' docker-compose down --rmi all --remove-orphans --volumes -t 30'
132
130
// Cypress videos and screenshot artifacts
133
131
dir(path : ' test/results' ) {
134
132
archiveArtifacts allowEmptyArchive : true , artifacts : ' **/*' , excludes : ' **/*.xml'
You can’t perform that action at this time.
0 commit comments