Fix typo in yml
This commit is contained in:
parent
f8ff480be2
commit
5d0f76dced
|
@ -39,7 +39,7 @@ jobs:
|
||||||
git config --local user.email "$(git log --format=%ae | head -n 1)"
|
git config --local user.email "$(git log --format=%ae | head -n 1)"
|
||||||
mv cocoArtifact/install.sh index.html
|
mv cocoArtifact/install.sh index.html
|
||||||
git status
|
git status
|
||||||
if [ -z $(git status --porcelain)" ]; then
|
if [ -z "$(git status --porcelain)" ]; then
|
||||||
echo "Acá funciona?"
|
echo "Acá funciona?"
|
||||||
fi
|
fi
|
||||||
git add index.html
|
git add index.html
|
||||||
|
|
Loading…
Reference in New Issue