feat: disable mirror
All checks were successful
CI Pipeline / finish (push) Successful in 2s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
CI Pipeline / check-version (push) Successful in 15s
CI Pipeline / build-and-test (push) Successful in 1m14s
All checks were successful
CI Pipeline / finish (push) Successful in 2s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
CI Pipeline / check-version (push) Successful in 15s
CI Pipeline / build-and-test (push) Successful in 1m14s
This commit is contained in:
parent
5045ddfc81
commit
e92b31ce1c
1 changed files with 19 additions and 19 deletions
|
@ -73,27 +73,27 @@ jobs:
|
|||
echo "version_changed=false" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
mirror:
|
||||
runs-on: docker
|
||||
needs: [build-and-test, check-version]
|
||||
container:
|
||||
image: node:20-alpine
|
||||
steps:
|
||||
- name: Instalando dependencias
|
||||
run: |
|
||||
apk add git
|
||||
# mirror:
|
||||
# runs-on: docker
|
||||
# needs: [build-and-test, check-version]
|
||||
# container:
|
||||
# image: node:20-alpine
|
||||
# steps:
|
||||
# - name: Instalando dependencias
|
||||
# run: |
|
||||
# apk add git
|
||||
|
||||
- name: Checkout código
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # ✅ clone completo
|
||||
# - name: Checkout código
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# fetch-depth: 0 # ✅ clone completo
|
||||
|
||||
- name: Push para o repositório espelho
|
||||
run: |
|
||||
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
|
||||
git push --force bitbucket HEAD
|
||||
env:
|
||||
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
||||
# - name: Push para o repositório espelho
|
||||
# run: |
|
||||
# git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
|
||||
# git push --force bitbucket HEAD
|
||||
# env:
|
||||
# BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
||||
|
||||
publish-staging:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue