Fetch pages branch
This commit is contained in:
parent
ef39fdb8b5
commit
1ff761fc80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue