fix: update orchestrator CI to download orchestrating script locally and execute it
This commit is contained in:
7
.github/workflows/orchestratorci.yml
vendored
7
.github/workflows/orchestratorci.yml
vendored
@@ -48,7 +48,6 @@ jobs:
|
|||||||
tar -xvf doctl-1.141.0-linux-amd64.tar.gz
|
tar -xvf doctl-1.141.0-linux-amd64.tar.gz
|
||||||
mv doctl /usr/local/bin
|
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/orchestrating.sh -o orchestrating.sh
|
||||||
curl https://git.btwazure.com/btwedutech/workflows/raw/branch/main/orchestrator/cleanup.sh -o /usr/local/bin/cleanup.sh
|
chmod +x orchestrating.sh
|
||||||
chmod +x /usr/local/bin/orchestrating.sh /usr/local/bin/cleanup.sh
|
./orchestrating.sh
|
||||||
orchestrating.sh
|
|
||||||
Reference in New Issue
Block a user