Fetch pages branch

This commit is contained in:
Santiago Lo Coco 2022-11-12 11:43:44 -03:00
parent ef39fdb8b5
commit 1ff761fc80
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pipeline:
build:
image: alpine/git
commands:
- git fetch --no-tags origin +refs/heads/pages
- git config --local user.name "$(git log --format=%an | head -n 1)"
- git config --local user.email "$(git log --format=%ae | head -n 1)"
- git switch pages