Enabling API tests in CI

This commit is contained in:
Denis Makogon
2017-07-21 19:35:44 +03:00
committed by James Jeffrey
parent 4ddf7c1454
commit 31e14843fe
4 changed files with 18 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
FROM funcy/go-dind
ADD . /go/src/gitlab-odx.oracle.com/odx/functions
WORKDIR /go/src/gitlab-odx.oracle.com/odx/functions
CMD ["/bin/sh", "-c", "set -o pipefail && ./api_test.sh sqlite3"]