This commit is contained in:
Santiago Lo Coco 2022-11-12 11:32:20 -03:00
parent be244c2705
commit 973d504887
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipeline:
- git restore --source experiment -- install.sh
- mv install.sh index.html
- rm -f install.sh
- [ ! -z "$(git status --porcelain)" ] || exit 0
- if [ -z "$(git status --porcelain)" ]; then exit 0; fi
- git add index.html
- git commit -m "Add changes from master branch"
- git push