Skip to content

Commit 400f27f

Browse files
Remove sed magic
1 parent 2be44f9 commit 400f27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Output image tag
8686
id: image_tag
8787
run: |
88-
echo image_tag=$(grep stackhpc_rocky_$(sed s/-/_/ <(echo "9"))_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
88+
echo image_tag=$(grep stackhpc_rocky_9_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
8989
9090
# Use the image override if set, otherwise use overcloud-os_distribution-os_release-tag
9191
- name: Output image name

0 commit comments

Comments
 (0)