mirror of https://github.com/harness/drone.git
parent
4cfbcbb790
commit
ddf3f1d3b9
|
@ -27,7 +27,7 @@ RUN apk update \
|
|||
WORKDIR /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.sum .
|
||||
|
||||
|
|
Loading…
Reference in New Issue