"vscode:/vscode.git/clone" did not exist on "30413442871490b8a0e757f590af7b1a5c4229a7"
Unverified Commit c5c38e15 authored by Amr Mahdi's avatar Amr Mahdi Committed by GitHub
Browse files

[CI] Fix bake config artifact path for AMI rebuild pipeline (#34656)


Signed-off-by: default avatarAmr Mahdi <amrmahdi@meta.com>
parent d00df624
...@@ -151,7 +151,7 @@ print_bake_config() { ...@@ -151,7 +151,7 @@ print_bake_config() {
docker buildx bake -f "${VLLM_BAKE_FILE_PATH}" -f "${CI_HCL_PATH}" --print "${TARGET}" | tee "${BAKE_CONFIG_FILE}" || true docker buildx bake -f "${VLLM_BAKE_FILE_PATH}" -f "${CI_HCL_PATH}" --print "${TARGET}" | tee "${BAKE_CONFIG_FILE}" || true
echo "Saved bake config to ${BAKE_CONFIG_FILE}" echo "Saved bake config to ${BAKE_CONFIG_FILE}"
echo "--- :arrow_down: Uploading bake config to Buildkite" echo "--- :arrow_down: Uploading bake config to Buildkite"
buildkite-agent artifact upload "${BAKE_CONFIG_FILE}" (cd "$(dirname "${BAKE_CONFIG_FILE}")" && buildkite-agent artifact upload "$(basename "${BAKE_CONFIG_FILE}")")
} }
################################# #################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment