diff --git a/.github/workflows/orchestratorci.yml b/.github/workflows/orchestratorci.yml index 96d60b5..85dde75 100644 --- a/.github/workflows/orchestratorci.yml +++ b/.github/workflows/orchestratorci.yml @@ -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 \ No newline at end of file + curl https://git.btwazure.com/btwedutech/workflows/raw/branch/main/orchestrator/orchestrating.sh -o orchestrating.sh + chmod +x orchestrating.sh + ./orchestrating.sh \ No newline at end of file