only ever run the full test in the docker container. Travis will have to use docker as well.

This commit is contained in:
idk
2018-12-04 12:31:30 -05:00
parent 8882f39efe
commit 246740cb7f
3 changed files with 10 additions and 9 deletions

View File

@ -11,7 +11,7 @@ RUN mkdir -p /opt/$user
RUN adduser -h /opt/$user -D -g "$user,,,," $user
COPY . /usr/src/samcatd
WORKDIR /usr/src/samcatd
RUN make deps samcatd-web
RUN make deps full-test samcatd-web
RUN install -m755 bin/samcatd-web /usr/bin/samcatd-web
USER $user
WORKDIR /opt/$user/