Fix release script

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
pull/228/head 7.12.0
Anatoliy Bazko 2020-04-24 08:20:18 +03:00
parent c7446040c4
commit 3741ab1495
1 changed files with 2 additions and 2 deletions

View File

@ -283,8 +283,8 @@ pushOlmFiles() {
if [[ $result == 0 ]]; then
cd $BASE_DIR/olm
. $BASE_DIR/olm/push-olm-files-to-quay.sh
cd $CURRENT_DIR
. push-olm-files-to-quay.sh
cd $BASE_DIR
xdg-open https://quay.io/application/eclipse-che-operator-kubernetes/eclipse-che-preview-kubernetes
xdg-open https://quay.io/application/eclipse-che-operator-openshift/eclipse-che-preview-openshift
elif [[ $result == 1 ]]; then