Deployscript is bash
This commit is contained in:
parent
6aa885b4ec
commit
536435727a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
if [ git status --porcelain=2 -uno | grep '' ]; then
|
if [ git status --porcelain=2 -uno | grep '' ]; then
|
||||||
|
|
Loading…
Reference in a new issue