mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Fix text replacement whoops
This commit is contained in:
parent
eb2e2e0478
commit
d9b9af543e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -98,7 +98,7 @@ pipeline {
|
|||||||
|
|
||||||
// Run tests
|
// Run tests
|
||||||
sh 'rm -rf test/results'
|
sh 'rm -rf test/results'
|
||||||
sh 'docker-compose` cypress-sqlite'
|
sh 'docker-compose up cypress-sqlite'
|
||||||
// Get results
|
// Get results
|
||||||
sh 'docker cp -L "$(docker-compose ps --all -q cypress-sqlite):/test/results" test/'
|
sh 'docker cp -L "$(docker-compose ps --all -q cypress-sqlite):/test/results" test/'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user