Ignore git stash pop failures
In the event the stash is empty, don't run stash pop.
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ include .gitlab/make/truenas.makefile
|
|||||||
make-update:
|
make-update:
|
||||||
@git stash
|
@git stash
|
||||||
-git subtree pull --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash
|
-git subtree pull --prefix .gitlab git@gitlab.ducoterra.net:services/common.git main --squash
|
||||||
@git stash pop
|
@if [-z "$(shell git stash list)"; then git stash pop; fi;
|
||||||
|
|
||||||
.PHONY: make-push
|
.PHONY: make-push
|
||||||
make-push:
|
make-push:
|
||||||
|
|||||||
Reference in New Issue
Block a user