Remove -x from go mod download in packagespec

pull/530/head
Jeff Mitchell 5 years ago
parent 43c2deddff
commit ecbff200e3

@ -99,7 +99,7 @@ layers:
- name: go-modules
source-include: go.mod go.sum
dockerfile: |
RUN --mount=type=ssh go mod download -x
RUN --mount=type=ssh go mod download
- name: copy-source
source-include: "*.go"
dockerfile: |

Loading…
Cancel
Save