update registry
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ RELEASE_UID = 8845
|
||||
PYTHON = $(REGISTRY_PATH)/venv/bin/python
|
||||
update_registry: package_registry upload_registry clean_registry
|
||||
( cd $(REGISTRY_PATH) && \
|
||||
@read -p "Enter your commit message: " commit_registry_msg; \
|
||||
read -p "Enter your commit message: " commit_registry_msg; \
|
||||
git pull https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true; \
|
||||
git add . && \
|
||||
git commit -m "$${commit_registry_msg:-update}" || true; \
|
||||
|
||||
Reference in New Issue
Block a user