chore(ci): use LAN mirror 192.168.0.114:9009 instead of docker bridge 172.17.0.1
CI / Create Release (push) Has been cancelled
CI / Export Windows (push) Has been cancelled
CI / Export Linux (push) Has been cancelled
Test Suite / Code Style Check (push) Has been cancelled
Test Suite / Security Scan (push) Has been cancelled
Test Suite / Unit Tests (GUT) (push) Has been cancelled
Test Suite / Integration Tests (push) Has been cancelled
CI / Create Release (push) Has been cancelled
CI / Export Windows (push) Has been cancelled
CI / Export Linux (push) Has been cancelled
Test Suite / Code Style Check (push) Has been cancelled
Test Suite / Security Scan (push) Has been cancelled
Test Suite / Unit Tests (GUT) (push) Has been cancelled
Test Suite / Integration Tests (push) Has been cancelled
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
run: |
|
run: |
|
||||||
wget -q http://172.17.0.1:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \
|
wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \
|
||||||
|| wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip
|
|| wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip
|
||||||
unzip -q godot.zip
|
unzip -q godot.zip
|
||||||
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
|
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates/4.6.stable
|
mkdir -v -p ~/.local/share/godot/export_templates/4.6.stable
|
||||||
wget -nv http://172.17.0.1:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \
|
wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \
|
||||||
|| wget -nv https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz
|
|| wget -nv https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz
|
||||||
unzip -o -q /tmp/godot-templates.tpz -d /tmp/godot-templates
|
unzip -o -q /tmp/godot-templates.tpz -d /tmp/godot-templates
|
||||||
if [ -d /tmp/godot-templates/templates ]; then
|
if [ -d /tmp/godot-templates/templates ]; then
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Godot
|
- name: Setup Godot
|
||||||
run: |
|
run: |
|
||||||
wget -q http://172.17.0.1:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \
|
wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip \
|
||||||
|| wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip
|
|| wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip -O godot.zip
|
||||||
unzip -q godot.zip
|
unzip -q godot.zip
|
||||||
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
|
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates/4.6.stable
|
mkdir -v -p ~/.local/share/godot/export_templates/4.6.stable
|
||||||
wget -nv http://172.17.0.1:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \
|
wget -nv http://192.168.0.114:9009/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz \
|
||||||
|| wget -nv https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz
|
|| wget -nv https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_export_templates.tpz -O /tmp/godot-templates.tpz
|
||||||
unzip -o -q /tmp/godot-templates.tpz -d /tmp/godot-templates
|
unzip -o -q /tmp/godot-templates.tpz -d /tmp/godot-templates
|
||||||
if [ -d /tmp/godot-templates/templates ]; then
|
if [ -d /tmp/godot-templates/templates ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user