File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 8484 -var-file=$PKR_VAR_environment_root/${{ env.CI_CLOUD }}.pkrvars.hcl \
8585 -var "source_image_name=${{ matrix.build.source_image_name }}" \
8686 -var "image_name=${{ matrix.build.image_name }}" \
87+ -var "image_name_version=" \
8788 -var "inventory_groups=${{ matrix.build.inventory_groups }}" \
8889 openstack.pkr.hcl
8990
Original file line number Diff line number Diff line change 3939- name : Cleanup DOCA build directories
4040 ansible.builtin.file :
4141 state : absent
42- path : " {{ (_doca_kernel_repo.stdout | split('/'))[:2 ] | join('/') }}"
42+ path : " {{ (_doca_kernel_repo.stdout | split('/'))[:3 ] | join('/') }}" # leading / means 1st element of split list is ''
4343
4444- name : Update initramfs
4545 ansible.builtin.command :
46- cmd : dracut -f --tmpdir /var/tmp
47- environment :
48- TMPDIR : /var/tmp
46+ cmd : dracut -f
4947 register : _doca_dracut
5048 failed_when : _doca_dracut.stderr != '' # appears rc is always 0
5149
You can’t perform that action at this time.
0 commit comments