mirror of
https://github.com/distribution/distribution.git
synced 2025-08-13 04:25:37 +00:00
Merge pull request #2218 from aaronlehmann/restore-vendor-dir
Makefile: Restore vendor directory after dep-validate
This commit is contained in:
commit
11c74e07e0
3
Makefile
3
Makefile
@ -95,4 +95,5 @@ dep-validate:
|
|||||||
@$(VNDR)
|
@$(VNDR)
|
||||||
@test -z "$$(diff -r vendor .vendor.bak 2>&1 | tee /dev/stderr)" || \
|
@test -z "$$(diff -r vendor .vendor.bak 2>&1 | tee /dev/stderr)" || \
|
||||||
(echo >&2 "+ inconsistent dependencies! what you have in vendor.conf does not match with what you have in vendor" && false)
|
(echo >&2 "+ inconsistent dependencies! what you have in vendor.conf does not match with what you have in vendor" && false)
|
||||||
@rm -Rf .vendor.bak
|
@rm -Rf vendor
|
||||||
|
@mv .vendor.bak vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user