Skip to content

Commit

Permalink
CI: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Oct 18, 2023
1 parent 57b58fb commit e780b52
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ jobs:
matrix:
device: [nanos, nanosp, nanox, stax]
env:
DEVICE_KIND: |
${{ if eq(matrix.device, 'nanos') || eq(matrix.device, 'nanosp') || eq(matrix.device, 'nanox') }}:
nano
${{ else }}:
stax
DEVICE_KIND: ${{ if contains(matrix.device, 'nanos') || contains(matrix.device, 'nanosp') || contains(matrix.device, 'nanox') }}nano${{ else }}stax${{ end }}
container:
image: ${{ needs.build_docker_integration_tests.outputs.image }}
credentials:
Expand Down

0 comments on commit e780b52

Please sign in to comment.