mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
Remove testing sleep
This commit is contained in:
parent
d300095ab5
commit
512f5109d4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -125,8 +125,6 @@ pipeline {
|
||||
sh 'docker logs $(docker-compose ps --all -q pdns-db) > debug/sqlite/docker_pdns-db.log 2>&1'
|
||||
sh 'docker logs $(docker-compose ps --all -q dnsrouter) > debug/sqlite/docker_dnsrouter.log 2>&1'
|
||||
junit 'test/results/junit/*'
|
||||
echo 'Sleeping...'
|
||||
sh 'sleep 360'
|
||||
sh 'docker-compose down --remove-orphans --volumes -t 30 || true'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user