Skip to content

Commit

Permalink
sync to gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 31, 2021
1 parent fc30788 commit 1032194
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_slim_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ jobs:
container: emqx/build-env:${{ matrix.erl_otp }}-${{ matrix.os }}

steps:
- uses: Yikun/[email protected]
- name: Mirror the Github organization repos to Gitee.
with:
src: github/dgiot
dst: gitee/dgiiot
dst_key: ${{ secrets.PRIVATE_KEY }}
dst_token: ${{ secrets.TOKEN }}
account_type: org
timeout: '1h'
debug: true
force_update: true

- uses: actions/checkout@v1
- name: prepare
run: |
Expand All @@ -46,18 +58,6 @@ jobs:
with:
name: ${{ matrix.os }}
path: _packages/**/*.zip

- name: Mirror the Github organization repos to Gitee.
uses: Yikun/[email protected]
with:
src: github/dgiot
dst: gitee/dgiiot
dst_key: ${{ secrets.PRIVATE_KEY }}
dst_token: ${{ secrets.TOKEN }}
account_type: org
timeout: '1h'
debug: true
force_update: true
mac:
runs-on: macos-10.15

Expand Down

0 comments on commit 1032194

Please sign in to comment.