Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
May 7, 2024
Prev Previous commit
Next Next commit
Update run-amd-test.sh
  • Loading branch information
Alexei-V-Ivanov-AMD authored May 7, 2024
commit 2369747c7c41aaf25b733bf559771bc727c2ffe1
2 changes: 1 addition & 1 deletion .buildkite/run-amd-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ docker run \
-e HF_TOKEN \
--name ${container_name} \
${container_name} \
/bin/bash -c \" $(echo $1 | sed "s/^'//" | sed "s/'$//") \"
/bin/bash -c $( echo $1 | sed "s/^'/\"/" | sed "s/'$/\"/" | sed "s/'//g" )

Loading