From b43f4ad2320707907ea1f70a6bc3af951f77876d Mon Sep 17 00:00:00 2001 From: Nika Zhenya Date: Sun, 7 Nov 2021 18:56:09 -0600 Subject: [PATCH] =?UTF-8?q?Prueba=20con=20reproducci=C3=B3n=20con=20RuWEB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94a65bb..8675f76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ 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 master script: - - rm -rf public/ - ruweb https://pad.programando.li/f4lRqEUYT4meGRdVHdxQNA/download after_script: - git add . && git commit -m "Multipublicación automatizada realizada." && git push origin master