Compare commits

2 Commits

2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
''' '''
withEnv(["GOSS_OPTS=-f junit", 'GOSS_PATH=./goss', "SQLALCHEMY_DATABASE_URI=sqlite:///:memory:"]) { withEnv(["GOSS_OPTS=-f junit", 'GOSS_PATH=./goss', "SQLALCHEMY_DATABASE_URI=sqlite:///:memory:"]) {
sh label: 'run image tests', script: './dgoss run ${DOCKER_IMAGE} > goss_junit.xml' sh label: 'run image tests', script: './dgoss run -e SQLALCHEMY_DATABASE_URI=sqlite:///:memory: ${DOCKER_IMAGE} > goss_junit.xml'
} }
} }
} }

View File

@ -1,5 +1,5 @@
port: port:
tcp:80: tcp:5000:
listening: true listening: true
ip: ip:
- 0.0.0.0 - 0.0.0.0