зеркало из https://github.com/microsoft/docker.git
Fix 'make release RELEASE_VERSION=master'
This commit is contained in:
Родитель
a8651a23b2
Коммит
8b8c8bf7cb
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ release: $(BINRELEASE)
|
||||||
$(SRCRELEASE):
|
$(SRCRELEASE):
|
||||||
rm -fr $(SRCRELEASE)
|
rm -fr $(SRCRELEASE)
|
||||||
git clone $(GIT_ROOT) $(SRCRELEASE)
|
git clone $(GIT_ROOT) $(SRCRELEASE)
|
||||||
cd $(SRCRELEASE); git checkout -b $(RELEASE_VERSION)
|
cd $(SRCRELEASE); git checkout -q $(RELEASE_VERSION)
|
||||||
|
|
||||||
# A binary release ready to be uploaded to a mirror
|
# A binary release ready to be uploaded to a mirror
|
||||||
$(BINRELEASE): $(SRCRELEASE)
|
$(BINRELEASE): $(SRCRELEASE)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче