From 5027be5b7623cf16f41ddd6a1a734775f211586f Mon Sep 17 00:00:00 2001 From: Nika Zhenya Date: Tue, 12 Oct 2021 17:35:46 -0500 Subject: [PATCH] Prueba --- .gitlab-ci.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d555cd..2bc9e03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,16 +6,19 @@ 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 -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 + - mkdir public/ + - cp -r anexos public + - cp -r bibliografia public + - cp -r recursos public + - cp -r tesis public + - cp -r index.html public + - rm -rf public/bibliografia/recursos after_script: - - git add . - - git commit -m 'Multipublicación automatizada realizada.' - - git push origin master + - rm -rf public artifacts: paths: - public