ci: force push
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 13s
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 13s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
This commit is contained in:
parent
522f4103bb
commit
e09f8979fc
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 bitbucket HEAD
|
git push --force 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