Skip to content

Commit

Permalink
Pre-compiled image e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 11, 2024
1 parent 2b1203a commit a1202c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
run:
driver_branch_json='${{ needs.set-driver-version-matrix.outputs.driver_branch }}'
driver_branch=$(echo "$driver_branch_json" | jq -r '.[]')
echo "SHIVA Repository: ${{ github.repository }}"
echo "SHIVA Repository ${{ github.repository }}"
for DRIVER_BRANCH in $driver_branch; do
image="driver-images-${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}"
echo "Downloading $image"
Expand Down

0 comments on commit a1202c0

Please sign in to comment.