rename setup dir to build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeffrey Paul 2020-04-11 12:09:15 -07:00
parent 9e04a5fdf7
commit 07788af7cc
4 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ RUN \
COPY ./root /
COPY ./setup /tmp/setup
RUN bash /tmp/setup/run.sh
COPY ./build /tmp/build
RUN bash /tmp/build/run.sh && rm -rf /tmp/build
RUN chmod +rx /etc/service/*/run