Do not update nightly OLM files during 7.16.x release (#353)

pull/357/head
Mykhailo Kuznietsov 2020-07-22 18:04:58 +03:00 committed by GitHub
parent 0a4353490a
commit dc4c6869ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ createPRToMasterBranch() {
run() {
checkoutToReleaseBranch
releaseOperatorCode
updateNightlyOlmFiles
if [[ $RELEASE_OLM_FILES == "true" ]]; then
releaseOlmFiles
fi