-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86b349d
commit c91fd7f
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }}' | ||
|
@@ -28,7 +28,7 @@ jobs: | |
- name: Fetch wheel links | ||
run: | | ||
# rm -rf wheels | ||
rm -rf wheels | ||
mkdir -p wheels | ||
cd wheels | ||
pwd | ||
|
@@ -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] | ||
|
@@ -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 }}/ |