update
This commit is contained in:
@@ -9,7 +9,6 @@ update_registry: package_registry upload_registry clean_registry
|
||||
git add . && \
|
||||
git commit -m "$${commit_registry_msg:-update}" || true; \
|
||||
git push https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true )
|
||||
git pull origin
|
||||
|
||||
package_registry:
|
||||
(cd $(REGISTRY_PATH) && \
|
||||
|
||||
Reference in New Issue
Block a user