Skip to content

Commit 793a491

Browse files
committed
[REVERT LATER] temporarily include skopeo in verify step for faster feedback
1 parent d7da39e commit 793a491

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ else
119119
./hack/install-skopeo.sh
120120
endif
121121

122-
# install-skopeo is purposely omitted from this target because it is only
123-
# needed for a single test target (test-e2e-ocl).
124-
install-tools: install-golangci-lint install-go-junit-report install-setup-envtest
122+
install-tools: install-golangci-lint install-go-junit-report install-setup-envtest install-skopeo
125123

126124
# Runs golangci-lint
127125
lint: install-tools

0 commit comments

Comments
 (0)