From 7ee0f54f5623f2fc60af01ef347f4083b17d06d9 Mon Sep 17 00:00:00 2001 From: Nika Zhenya Date: Tue, 9 Nov 2021 12:13:47 -0600 Subject: [PATCH] =?UTF-8?q?Prueba=20de=20otra=20aproximaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 8675f76..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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