Update .gitlab-ci.yml file

This commit is contained in:
perro tuerto 2021-04-25 07:16:47 +00:00
parent b70c669dcf
commit 6b0d2e1838
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ pages:
stage: deploy
before_script:
- 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 ed2
- git pull origin ed2
script: