Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitee-repos-mirror.yml #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .github/workflows/gitee-repos-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ jobs:

steps:

- name: Mirror the Gitee organization repos to Github.
uses: Yikun/[email protected]
with:
src: gitee/kunpengcompute
dst: github/kunpengcompute
dst_key: ${{ secrets.HUB_PRIVATE_KEY }}
dst_token: ${{ secrets.HUB_TOKEN }}
account_type: org
timeout: 600
debug: true
force_update: true
static_list: "boostkit-bigdata,Spark-ml-algo-lib,Spark-graph-algo-lib,global-cache-adaptor,vmi,hmpi,Kbox,KAEdriver,KAE,KAEzip,android-qemu,goldfish-opengl,mesa,llvm,libdrm,media,xucg,hucx,ceph,bcache,global-cache-adaptor,kps,hyperscan,HW265,zstd"

- name: Mirror the Github organization repos to Gitee.
if: always()
uses: Yikun/[email protected]
Expand All @@ -42,7 +29,7 @@ jobs:
timeout: 600
debug: true
force_update: true
black_list: "mysql-server,kunpeng-mpam,hadoop,kunpengcompute.github.io,spark,spark-website,server,postgres,boostkit-bigdata,Spark-ml-algo-lib,Spark-graph-algo-lib,global-cache-adaptor,ceph-global-cache-adaptor,vmi,hmpi,Kbox,KAEdriver,KAE,KAEzip,android-qemu,goldfish-opengl,mesa,llvm,libdrm,media,xucg,hucx,ceph,bcache,global-cache-adaptor,kps,hyperscan,HW265,zstd"
static_list: "devkitdict"
- name: Debug repo owner
run: |
echo ${{ github.repository_owner }}
Expand Down