Merge branch 'master' of gitlab.com:NikaZhenya/maestria-investigacion into ed1

This commit is contained in:
perro tuerto 2021-10-15 16:51:43 -05:00
commit 2ca88fcb81
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +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 -B ed1
- git pull origin ed1
script:
- mkdir .public/
- cd tesis && ./generate-all && cd ..
- rm -rf .g* administrativo apuntes bibliografia/recursos protocolo
- mv * .public && mv .public public
after_script:
- git add .
- git commit -m 'Multipublicación automatizada realizada.'
- git push --follow-tags origin ed1
artifacts:
paths:
- public
only:
- master