ci: test
This commit is contained in:
parent
728698b54e
commit
a2820fc088
|
|
@ -40,11 +40,11 @@ jobs:
|
||||||
# --thread-count=32
|
# --thread-count=32
|
||||||
- name: CDN refresh
|
- name: CDN refresh
|
||||||
run: |
|
run: |
|
||||||
|
echo "https://cdn.d2.pub/${GITHUB_REPOSITORY//*\//}/preview/" > cdnrefresh.txt
|
||||||
cat cdnrefresh.txt | while read line
|
cat cdnrefresh.txt | while read line
|
||||||
do
|
do
|
||||||
echo $line
|
echo $line
|
||||||
done
|
done
|
||||||
echo "https://cdn.d2.pub/${GITHUB_REPOSITORY//*\//}/preview/" > cdnrefresh.txt
|
|
||||||
./qshell cdnrefresh --dirs -i ./cdnrefresh.txt
|
./qshell cdnrefresh --dirs -i ./cdnrefresh.txt
|
||||||
|
|
||||||
# ftp:
|
# ftp:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue