update registry

This commit is contained in:
2025-05-10 09:11:08 +07:00
parent ea9b44627a
commit 7577084fbf
+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: " commit_registry_msg; \
git pull https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true; \
git add . && \
git commit -m "$${commit_registry_msg:-update}" || true; \