mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Don't remove release directory.
If the release directory is a parent directory (for reasons), then this causes a few problems (to say the least). PiperOrigin-RevId: 351515882
This commit is contained in:
committed by
gVisor bot
parent
e74aa25e22
commit
fb95e13df5
@@ -433,7 +433,7 @@ $(RELEASE_ARTIFACTS)/%:
|
||||
@$(call copy,//debian:debian,$@)
|
||||
|
||||
release: $(RELEASE_KEY) $(RELEASE_ARTIFACTS)/$(ARCH)
|
||||
@rm -rf $(RELEASE_ROOT) && mkdir -p $(RELEASE_ROOT)
|
||||
@mkdir -p $(RELEASE_ROOT)
|
||||
@NIGHTLY=$(RELEASE_NIGHTLY) tools/make_release.sh $(RELEASE_KEY) $(RELEASE_ROOT) $$(find $(RELEASE_ARTIFACTS) -type f)
|
||||
.PHONY: release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user