Skip to content

Commit

Permalink
fix: restore e2e image check before phase 3 (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Jun 6, 2023
1 parent bd344fb commit 589bbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ fi
wait

# shellcheck disable=SC2086
verifyContainerExistsWithTimeout ${REGISTRY}/${ORGANIZATION}/che-e2e:${CHE_VERSION} 30
verifyContainerExistsWithTimeout ${REGISTRY}/${ORGANIZATION}/che-plugin-registry:${CHE_VERSION} 30
# Release devfile registry (depends on plugin registry)
if [[ ${PHASES} == *"3"* ]]; then
Expand Down

0 comments on commit 589bbe5

Please sign in to comment.