Prueba para evitar loop

This commit is contained in:
perro tuerto 2021-11-09 12:10:26 -06:00
parent 67bc59adf8
commit 9568850159
1 changed files with 3 additions and 9 deletions

View File

@ -6,16 +6,10 @@ pages:
- git remote set-url origin https://$GIT_CI_USER:$GIT_CI_PASS@gitlab.com/$CI_PROJECT_PATH.git
- git config --global user.email "bot@perro.tuerto"
- git config --global user.name "Perro en la Matrix"
- git checkout ed1
- git pull origin ed1
script:
- cd tesis && ./generate-all && cd ..
- mkdir public/
- cp -r {anexos,bibliografia,recursos,tesis,index.html} public/
- rm -rf public/bibliografia/recursos
after_script:
- git reset --hard
- git checkout master
script:
- ruweb https://pad.programando.li/f4lRqEUYT4meGRdVHdxQNA/download
after_script:
- git add . && git commit -m "Multipublicación automatizada realizada." && git push origin master
artifacts:
paths: