Fix bug
This commit is contained in:
parent
be244c2705
commit
973d504887
|
@ -8,7 +8,7 @@ pipeline:
|
||||||
- git restore --source experiment -- install.sh
|
- git restore --source experiment -- install.sh
|
||||||
- mv install.sh index.html
|
- mv install.sh index.html
|
||||||
- rm -f install.sh
|
- rm -f install.sh
|
||||||
- [ ! -z "$(git status --porcelain)" ] || exit 0
|
- if [ -z "$(git status --porcelain)" ]; then exit 0; fi
|
||||||
- git add index.html
|
- git add index.html
|
||||||
- git commit -m "Add changes from master branch"
|
- git commit -m "Add changes from master branch"
|
||||||
- git push
|
- git push
|
||||||
|
|
Loading…
Reference in New Issue