mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-26 05:56:50 +00:00
fix: remove unused command
This commit is contained in:
@@ -158,7 +158,6 @@ jobs:
|
|||||||
- name: Download static console assets
|
- name: Download static console assets
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./rustfs/static
|
mkdir -p ./rustfs/static
|
||||||
rm -rf ./rustfs/static/*
|
|
||||||
if [[ "${{ matrix.platform }}" == "windows" ]]; then
|
if [[ "${{ matrix.platform }}" == "windows" ]]; then
|
||||||
curl.exe -L "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" -o console.zip --retry 3 --retry-delay 5 --max-time 300
|
curl.exe -L "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" -o console.zip --retry 3 --retry-delay 5 --max-time 300
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
@@ -170,7 +169,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
chmod +w ./rustfs/static/LICENSE || true
|
chmod +w ./rustfs/static/LICENSE || true
|
||||||
rm -f ./rustfs/static/LICENSE
|
|
||||||
curl -L "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" \
|
curl -L "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" \
|
||||||
-o console.zip --retry 3 --retry-delay 5 --max-time 300
|
-o console.zip --retry 3 --retry-delay 5 --max-time 300
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user