Skip to content

Commit

Permalink
coreos-assembler: Add remote-build cmd
Browse files Browse the repository at this point in the history
- Update utility commands to add remote-build cmd

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
  • Loading branch information
ravanelli committed Jun 7, 2022
1 parent 78d44f5 commit 6a6bae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreos-assembler
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build_commands="init fetch build run prune clean list"
# commands more likely to be used in a prod pipeline only
advanced_build_commands="buildfetch buildupload oc-adm-release push-container upload-oscontainer"
buildextend_commands="aliyun aws azure digitalocean exoscale gcp ibmcloud kubevirt live metal metal4k nutanix openstack qemu virtualbox vmware vultr"
utility_commands="aws-replicate compress generate-hashlist koji-upload kola remote-prune sign tag"
utility_commands="aws-replicate compress generate-hashlist koji-upload kola remote-build remote-prune sign tag"
other_commands="shell meta"
if [ -z "${cmd}" ]; then
echo Usage: "coreos-assembler CMD ..."
Expand Down

0 comments on commit 6a6bae8

Please sign in to comment.