mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Increasing MySQL startup timeout
This commit is contained in:
committed by
James Jeffrey
parent
edde79e061
commit
a83cc89968
2
Makefile
2
Makefile
@@ -51,7 +51,7 @@ docker-test-run-with-postgres:
|
||||
|
||||
ci-docker-test-run-with-sqlite3:
|
||||
cd ${CURDIR}/test/fn-api-tests/ && docker build -t funcy/fn-api-tester .; cd ${CURDIR}
|
||||
docker run --rm -i -v ${CURDIR}:/go/src/gitlab-odx.oracle.com/odx/functions -w /go/src/gitlab-odx.oracle.com/odx/functions -e "datastore=sqlite3" funcy/fn-api-tester
|
||||
docker run --rm -i -v ${CURDIR}:/go/src/gitlab-odx.oracle.com/odx/functions -w /go/src/gitlab-odx.oracle.com/odx/functions -e "datastore=sqlite3" -e "DOCKER_HOST=${DOCKERHOST}" funcy/fn-api-tester
|
||||
|
||||
docker-test:
|
||||
docker run -ti --privileged --rm -e LOG_LEVEL=debug \
|
||||
|
||||
Reference in New Issue
Block a user