Skip to content

Commit c0d8d9f

Browse files
committed
coreos-assembler: Add remote-build cmd
- Update utility commands to add remote-build cmd Signed-off-by: Renata Ravanelli <[email protected]>
1 parent 097d594 commit c0d8d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreos-assembler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build_commands="init fetch build run prune clean list"
4545
# commands more likely to be used in a prod pipeline only
4646
advanced_build_commands="buildfetch buildupload oc-adm-release push-container upload-oscontainer"
4747
buildextend_commands="aliyun aws azure digitalocean exoscale gcp ibmcloud kubevirt live metal metal4k nutanix openstack qemu virtualbox vmware vultr"
48-
utility_commands="aws-replicate compress generate-hashlist koji-upload kola remote-prune sign tag"
48+
utility_commands="aws-replicate compress generate-hashlist koji-upload kola remote-build remote-prune sign tag"
4949
other_commands="shell meta"
5050
if [ -z "${cmd}" ]; then
5151
echo Usage: "coreos-assembler CMD ..."

0 commit comments

Comments
 (0)