Fix release script
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>pull/228/head 7.12.0
parent
c7446040c4
commit
3741ab1495
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue