only ever run the full test in the docker container. Travis will have to use docker as well.
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user