Skip to content

Commit

Permalink
ci: Fix substituion
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Jul 31, 2024
1 parent 03a60db commit 607dbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/generate_schedulers.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def generate_schedulers(config : dict, template : str):
export SCHEDULER_ID=$(python -c "import uuid; print(uuid.uuid4())")
# Execute the Scheduler script
docker run --name $SCHEDULER_ID -i --platform linux/amd64 ghcr.io/${{ github.repository }}/abi:latest python .github/scripts/run_scheduler.py "{scheduler['name']}"
# docker run --name $SCHEDULER_ID -i --platform linux/amd64 ghcr.io/\${{ github.repository }}/abi:latest python .github/scripts/run_scheduler.py "{scheduler['name']}"
# Create the output directory that will be used to store the output files and save them as artifacts.
mkdir -p outputs/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduler__main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Execute the Scheduler script
docker run --name $SCHEDULER_ID -i --platform linux/amd64 ghcr.io/${ github.repository
# docker run --name $SCHEDULER_ID -i --platform linux/amd64 ghcr.io/\${ github.repository
}/abi:latest python .github/scripts/run_scheduler.py "main"
Expand Down

0 comments on commit 607dbf3

Please sign in to comment.