Skip to content

Commit f557aed

Browse files
committed
CI: Replace cat line when writing inventory for container image build
I don't know where this was removed, possibly in a bad merge.
1 parent 49ed53c commit f557aed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
136136
- name: Configure localhost as a seed
137137
run: |
138+
cat > src/kayobe-config/etc/kayobe/environments/ci-builder/inventory/hosts << EOF
138139
# A 'seed' host used for building images.
139140
# Use localhost for container image builds.
140141
[seed]

0 commit comments

Comments
 (0)