This commit is contained in:
2025-05-10 09:12:33 +07:00
parent 7577084fbf
commit a0c4787eda
+1 -1
View File
@@ -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 for registry submodule: " commit_registry_msg; \
git pull https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true; \
git add . && \
git commit -m "$${commit_registry_msg:-update}" || true; \