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 86b349d commit c91fd7f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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 All @@ -28,7 +28,7 @@ jobs:
- name: Fetch wheel links
run: |
# rm -rf wheels
rm -rf wheels
mkdir -p wheels
cd wheels
pwd
Expand Down Expand Up @@ -59,13 +59,13 @@ jobs:
pwd
# - name: Download wheel files
# run: |
# cd wheels
# pwd
# wget --no-check-certificate -i wheel_links.txt
# ls
# pwd
- name: Download wheel files
run: |
cd wheels
pwd
wget --no-check-certificate -i wheel_links.txt
ls
pwd
# - name: copy file via ssh password
# uses: appleboy/[email protected]
Expand All @@ -81,5 +81,5 @@ jobs:
pwd
ls
rsync -avzr -v \
-e "sshpass -p '1234qwer\!@\#\$QWER' ssh -vvv -o StrictHostKeyChecking=no -o ProxyCommand='connect-proxy -S child-prc.intel.com:1080 %h %p'" \
-e "sshpass -p '1234qwer\!@\#\$QWER' ssh -vvv -o StrictHostKeyChecking=no " \
wheels/*.whl [email protected]:/home/frs/project/analytics-zoo/bigdl-llm-whl/bigdl-core-xe-batch-21/${{ env.WHL_VERSION }}/

0 comments on commit c91fd7f

Please sign in to comment.