mirror of https://gitlab.com/curben/blog
fix(ci): checkout local branches
This commit is contained in:
parent
e67014b813
commit
ee31cf6a0d
|
@ -29,8 +29,8 @@ test:
|
||||||
# (workaround) force exit code 0
|
# (workaround) force exit code 0
|
||||||
- ssh -T git@github.com || ":"
|
- ssh -T git@github.com || ":"
|
||||||
- git remote add mirror git@github.com:curbengh/blog.git
|
- git remote add mirror git@github.com:curbengh/blog.git
|
||||||
- git push mirror master
|
- git checkout master && git push mirror master
|
||||||
- git push mirror site
|
- git checkout site && git push mirror site
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
# Skip in renovate job
|
# Skip in renovate job
|
||||||
|
|
Loading…
Reference in New Issue