chore(release): Download license tool (#1388)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1390/head
Anatolii Bazko 2022-05-19 15:25:11 +03:00 committed by GitHub
parent a4867d48bb
commit f093000d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ source ${BASE_DIR}/addDigests.sh -w ${BASE_DIR} \
popd || exit 1
pushd "${OPERATOR_DIR}" || exit 1
make add-license-download
make add-license "${RELEASE_CSV}"
make add-license "${MANAGER_YAML}"
popd || exit 1