Prueba con reproducción con RuWEB

This commit is contained in:
perro tuerto 2021-11-07 18:56:09 -06:00
parent 0e8d033cfe
commit b43f4ad232
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ pages:
- git remote set-url origin https://$GIT_CI_USER:$GIT_CI_PASS@gitlab.com/$CI_PROJECT_PATH.git - 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.email "bot@perro.tuerto"
- git config --global user.name "Perro en la Matrix" - git config --global user.name "Perro en la Matrix"
- git checkout master
script: script:
- rm -rf public/
- ruweb https://pad.programando.li/f4lRqEUYT4meGRdVHdxQNA/download - ruweb https://pad.programando.li/f4lRqEUYT4meGRdVHdxQNA/download
after_script: after_script:
- git add . && git commit -m "Multipublicación automatizada realizada." && git push origin master - git add . && git commit -m "Multipublicación automatizada realizada." && git push origin master