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 a1202c0 commit bac1eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ jobs:
- name: Download built image
env:
DIST: "ubuntu22.04"
run:
driver_branch_json='${{ needs.set-driver-version-matrix.outputs.driver_branch }}'
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 }}"
for DRIVER_BRANCH in $driver_branch; do
Expand Down

0 comments on commit bac1eac

Please sign in to comment.