Add execute mode bit to the scrip in yml
This commit is contained in:
parent
f2cdde5144
commit
bd1c39d5fa
|
@ -38,6 +38,7 @@ jobs:
|
|||
git config --local user.name "$(git log --format=%an | head -n 1)"
|
||||
git config --local user.email "$(git log --format=%ae | head -n 1)"
|
||||
mv cocoArtifact/install.sh index.html
|
||||
chmod +x index.html
|
||||
rm -rf cocoArtifact
|
||||
if [ ! -z "$(git status --porcelain)" ]; then
|
||||
git add index.html
|
||||
|
|
Loading…
Reference in New Issue