#!/bin/bash # This script generates release zips into _output/releases. It requires the openshift/origin-release # image to be built prior to executing this command via hack/build-base-images.sh. # NOTE: only committed code is built. source "$(dirname "${BASH_SOURCE}")/lib/init.sh" os::build::environment::run "$@"