Skip to content

Commit

Permalink
Update backup_to_sourceforge.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Jun 4, 2024
1 parent ea373aa commit 961e56c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backup_to_sourceforge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

jobs:
download:
# runs-on: [arc12]
runs-on: ubuntu-latest
runs-on: [arc12]
# runs-on: ubuntu-latest

env:
SOURCEFORGE_PW: '${{ secrets.SOURCEFORGE_PW }}'
Expand Down Expand Up @@ -82,5 +82,5 @@ jobs:
ls
SOURCEFORGE_PW='1234qwer!@#$QWER'
rsync -avzr -v \
-e "sshpass -p $SOURCEFORGE_PW ssh -o StrictHostKeyChecking=no " \
-e "sshpass -p $SOURCEFORGE_PW ssh -o StrictHostKeyChecking=no -o ProxyCommand='connect-proxy -S child-prc.intel.com:1080 %h %p'" \
wheels/*.whl [email protected]:/home/frs/project/analytics-zoo/bigdl-llm-whl/bigdl-core-xe-batch-21/2.5.0b202406031/

0 comments on commit 961e56c

Please sign in to comment.