renaming Orbit tests task to ci: it now runs all linter + tests + build the gotenberg binary

This commit is contained in:
Julien Neuhart
2018-04-06 15:24:49 +02:00
parent ee44f09212
commit e12deba4bb
7 changed files with 15 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ RUN echo "deb http://httpredir.debian.org/debian/ stretch main contrib non-free"
# | All Gotenberg related stuff.
# |
COPY gotenberg /usr/bin/gotenberg
COPY _build/gotenberg /usr/bin/gotenberg
RUN ln -s /usr/bin/gotenberg /usr/local/bin/gotenberg
WORKDIR /gotenberg