update
This commit is contained in:
+5
-1
@@ -6,4 +6,8 @@ update_registry:
|
||||
git pull https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true; \
|
||||
git add . && \
|
||||
git commit -m "$${commit_msg:-update}" || true; \
|
||||
git push https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true )
|
||||
git push https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true )
|
||||
|
||||
package_registry:
|
||||
(cd $(REGISTRY_PATH) && \
|
||||
zip -r registry.zip *.json -x .gitignore .git .mk)
|
||||
|
||||
Reference in New Issue
Block a user