Skip to content

Commit 9ce4c3f

Browse files
committed
CI fix
1 parent 4a07bf6 commit 9ce4c3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ pipeline {
101101
sh 'mkdir -p debug'
102102
sh 'docker-compose logs fullstack-sqlite | gzip > debug/docker_fullstack_sqlite.log.gz'
103103
sh 'docker-compose logs db | gzip > debug/docker_db.log.gz'
104-
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
105104
// Cypress videos and screenshot artifacts
106105
dir(path: 'test/results') {
107106
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
@@ -128,7 +127,6 @@ pipeline {
128127
sh 'mkdir -p debug'
129128
sh 'docker-compose logs fullstack-mysql | gzip > debug/docker_fullstack_mysql.log.gz'
130129
sh 'docker-compose logs db | gzip > debug/docker_db.log.gz'
131-
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
132130
// Cypress videos and screenshot artifacts
133131
dir(path: 'test/results') {
134132
archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'

0 commit comments

Comments
 (0)