fix(ci): checkout local branches

This commit is contained in:
MDLeom 2020-04-15 04:46:48 +01:00
parent e67014b813
commit ee31cf6a0d
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ test:
# (workaround) force exit code 0
- ssh -T git@github.com || ":"
- git remote add mirror git@github.com:curbengh/blog.git
- git push mirror master
- git push mirror site
- git checkout master && git push mirror master
- git checkout site && git push mirror site
rules:
# Skip in renovate job