[Build/CI] Fixing 'docker run' to re-enable AMD CI tests. (#4642)

This commit is contained in:
Alexei-V-Ivanov-AMD
2024-05-07 11:23:17 -05:00
committed by GitHub
parent 63575bc2e1
commit 478aed5827
3 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ steps:
- label: "AMD: {{ step.label }}"
agents:
queue: amd
command: bash .buildkite/run-amd-test.sh "'cd {{ (step.working_dir or default_working_dir) | safe }} && {{ step.command or (step.commands | join(' && ')) | safe }}'"
command: bash .buildkite/run-amd-test.sh "cd {{ (step.working_dir or default_working_dir) | safe }} ; {{ step.command or (step.commands | join(" ; ")) | safe }}"
env:
DOCKER_BUILDKIT: "1"
{% endif %}