fix: update orchestrator CI to download orchestrating script locally and execute it

This commit is contained in:
2025-09-23 17:13:50 +08:00
parent f2b16b21e1
commit 58f69f073a

View File

@@ -48,7 +48,6 @@ jobs:
tar -xvf doctl-1.141.0-linux-amd64.tar.gz
mv doctl /usr/local/bin
curl https://git.btwazure.com/btwedutech/workflows/raw/branch/main/orchestrator/orchestrating.sh -o /usr/local/bin/orchestrating.sh
curl https://git.btwazure.com/btwedutech/workflows/raw/branch/main/orchestrator/cleanup.sh -o /usr/local/bin/cleanup.sh
chmod +x /usr/local/bin/orchestrating.sh /usr/local/bin/cleanup.sh
orchestrating.sh
curl https://git.btwazure.com/btwedutech/workflows/raw/branch/main/orchestrator/orchestrating.sh -o orchestrating.sh
chmod +x orchestrating.sh
./orchestrating.sh