mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
pass version to make
This commit is contained in:
parent
198294a968
commit
ba3a4531ca
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -148,11 +148,9 @@ jobs:
|
|||
run: checkisomd5 ${{ env.IMAGE_NAME }}-${{ env.IMAGE_TAG }}-${{ matrix.version }}.iso
|
||||
|
||||
- name: Run ISO checks
|
||||
env:
|
||||
VERSION: ${{ matrix.version }}
|
||||
run: |
|
||||
mv ${{ env.IMAGE_NAME }}-${{ env.IMAGE_TAG }}-${{ matrix.version }}.iso deploy.iso
|
||||
make test-iso
|
||||
make test-iso VERSION=${{ matrix.version }}
|
||||
|
||||
- name: Add Kickstart and Grub options to ISO
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue