Set custom entrypoint for ci scripts to run image
increase timeout for cache push revert test db change
This commit is contained in:
parent
79a05909d5
commit
479f4c3fa4
3 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ clean_cache() {
|
|||
|
||||
|
||||
quay_run() {
|
||||
docker run --net=host -e TEST_DATABASE_URI -ti "${IMAGE}:${IMAGE_TAG}" "$@"
|
||||
docker run --net=host --entrypoint "/bin/bash" -e TEST_DATABASE_URI -ti "${IMAGE}:${IMAGE_TAG}" -c "$*"
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue