Skip to content

Commit c3bd674

Browse files
committed
remove extra logging
1 parent 4e130a7 commit c3bd674

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/generic_build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@ jobs:
171171
172172
# Add labels to a new container...
173173
container="$( buildah from "${image_id}" )"
174-
175-
# # FIXME: Test out different options
176-
# declare -a mycmd=( buildah config ${LABELS[@]} "${container}" )
177-
# echo "Label args: " "${LABELS[@]}"
178-
# echo "Label args with @Q: " "${LABELS[@]@Q}"
179-
# echo "Label command: " "${mycmd[@]}"
180-
# echo "Label command with @Q: " "${mycmd[@]@Q}"
181-
182174
buildah config "${LABELS[@]}" "${container}"
183175
184176
# ...then store the container (now with labels) as a new image. This

0 commit comments

Comments
 (0)