status
This commit is contained in:
parent
6d2c23312e
commit
399ab9ff12
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ pushInProd: bin/output/wwwroot/version
|
|||
ssh root@localhost systemctl start kestrel
|
||||
|
||||
status:
|
||||
ifeq ($(git status -s --porcelain |wc -l),'0')
|
||||
ifeq ($(git status -s --porcelain |wc -l),0)
|
||||
@echo oui
|
||||
else
|
||||
@echo non
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue