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