mirror of
https://github.com/containers/skopeo.git
synced 2025-07-01 09:02:25 +00:00
commit
1f321dfc69
5
Makefile
5
Makefile
@ -184,9 +184,8 @@ test-unit-local:
|
|||||||
$(GPGME_ENV) $(GO) test $(MOD_VENDOR) -tags "$(BUILDTAGS)" $$($(GO) list $(MOD_VENDOR) -tags "$(BUILDTAGS)" -e ./... | grep -v '^github\.com/containers/skopeo/\(integration\|vendor/.*\)$$')
|
$(GPGME_ENV) $(GO) test $(MOD_VENDOR) -tags "$(BUILDTAGS)" $$($(GO) list $(MOD_VENDOR) -tags "$(BUILDTAGS)" -e ./... | grep -v '^github\.com/containers/skopeo/\(integration\|vendor/.*\)$$')
|
||||||
|
|
||||||
vendor:
|
vendor:
|
||||||
export GO111MODULE=on \
|
$(GO) mod vendor
|
||||||
$(GO) mod vendor && \
|
$(GO) mod tidy
|
||||||
$(GO) mod tidy && \
|
|
||||||
$(GO) mod verify
|
$(GO) mod verify
|
||||||
|
|
||||||
vendor-in-container:
|
vendor-in-container:
|
||||||
|
Loading…
Reference in New Issue
Block a user