mirror of https://github.com/harness/drone.git
parent
4cfbcbb790
commit
ddf3f1d3b9
|
@ -27,7 +27,7 @@ RUN apk update \
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN git config --global --add safe.directory '/app'
|
RUN git config --global --add safe.directory '/app'
|
||||||
|
|
||||||
# Get dependancies - will also be cached if we won't change mod/sum
|
# Get dependencies - will also be cached if we won't change mod/sum
|
||||||
COPY go.mod .
|
COPY go.mod .
|
||||||
COPY go.sum .
|
COPY go.sum .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue