Prueba para evitar loop

This commit is contained in:
perro tuerto 2021-11-09 12:09:19 -06:00
parent 7a815d542f
commit f96dd5c924
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
image: nikazhenya/pecas:latest
pages:
stage: deploy
before_script:
- source $HOME/.bash_profile
- 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 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:
- public
only:
- master