ci: pushing just HEAD to mirror
Some checks failed
CI Pipeline / build-and-test (push) Successful in 1m1s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Failing after 12s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
Some checks failed
CI Pipeline / build-and-test (push) Successful in 1m1s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Failing after 12s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
This commit is contained in:
parent
d46ef63653
commit
522f4103bb
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,6 @@ jobs:
|
||||||
- name: Push para o repositório espelho
|
- name: Push para o repositório espelho
|
||||||
run: |
|
run: |
|
||||||
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
|
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
|
||||||
git push --mirror bitbucket
|
git push bitbucket HEAD
|
||||||
env:
|
env:
|
||||||
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue