mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-27 03:13:08 +00:00
Update downstream.sh
This commit is contained in:
@@ -187,7 +187,7 @@ f_copy_collection_to_working_dir()
|
||||
# Install downstream collection into provided path
|
||||
if [[ -n ${INSTALL_DOWNSTREAM_COLLECTION_PATH} ]]; then
|
||||
rm -fr "${INSTALL_DOWNSTREAM_COLLECTION_PATH}"
|
||||
mkdir "${INSTALL_DOWNSTREAM_COLLECTION_PATH}"
|
||||
mkdir -p "${INSTALL_DOWNSTREAM_COLLECTION_PATH}"
|
||||
f_log_info "Install built collection *.tar.gz into ${INSTALL_DOWNSTREAM_COLLECTION_PATH}"
|
||||
ansible-galaxy collection install -p "${INSTALL_DOWNSTREAM_COLLECTION_PATH}" "${_build_dir}"/*.tar.gz
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user