mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 05:06:28 +00:00
Update build.yml
This commit is contained in:
@@ -169,6 +169,8 @@ jobs:
|
|||||||
echo "// Static assets not available" > ./rustfs/static/empty.txt
|
echo "// Static assets not available" > ./rustfs/static/empty.txt
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
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