Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove bad make verify-deps command #6033

Merged
merged 1 commit into from
Jul 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove bad make verify-deps command
Signed-off-by: Ashley Schuett <aschuett@redhat.com>
  • Loading branch information
ashleyschuett committed Jul 13, 2021
commit c2f8e316d463e48a2e4ef5ae47cbaf73b7bd4b52
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ rpm-deps:
verify-rpm-deps:
SYNC_VENDOR=true hack/dockerized " ./hack/verify-rpm-deps.sh"

verify-deps:
SYNC_VENDOR=true hack/dockerized " ./hack/verify-deps.sh"

build-verify:
hack/build-verify.sh

Expand Down