feat: install git
Some checks failed
CI Pipeline / build-and-test (push) Successful in 1m0s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Failing after 11s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped

This commit is contained in:
Leandro Costa 2025-05-28 09:08:47 -03:00
parent 371a0f4066
commit 3da4a30bbe

View file

@ -125,6 +125,7 @@ jobs:
- name: Push para o repositório espelho
run: |
apk add git
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
git push --mirror bitbucket
env: