mirror of
https://github.com/harness/drone.git
synced 2025-05-03 14:22:38 +08:00
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
Block a user