allow git at build time to fix coveralls failure
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
/web/public/
|
||||
/.vscode/
|
||||
/.idea/
|
||||
/.git/
|
||||
#/.git/
|
||||
|
||||
# source files
|
||||
docker-compose.yml
|
||||
|
||||
@@ -23,6 +23,7 @@ ARG MONGO_TEST
|
||||
|
||||
WORKDIR /go/src/github.com/umputun/remark/backend
|
||||
ADD backend /go/src/github.com/umputun/remark/backend
|
||||
ADD .git /go/src/github.com/umputun/remark/.git
|
||||
|
||||
# run tests
|
||||
RUN \
|
||||
|
||||
Reference in New Issue
Block a user