diff --git a/.github/workflows/smoke-test-pr-check.yaml b/.github/workflows/smoke-test-pr-check.yaml index a9ed56fc86..e2dcd4c67f 100644 --- a/.github/workflows/smoke-test-pr-check.yaml +++ b/.github/workflows/smoke-test-pr-check.yaml @@ -38,13 +38,13 @@ jobs: - name: Install chectl run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next - - name: Build plugin registry image - run: | - eval $(minikube docker-env) - BUILDER=docker SKIP_FORMAT=true SKIP_LINT=true SKIP_TEST=true ./build.sh --tag next + # - name: Build plugin registry image + # run: | + # eval $(minikube docker-env) + # BUILDER=docker SKIP_FORMAT=true SKIP_LINT=true SKIP_TEST=true ./build.sh --tag next - - name: Check that plugin registry image is presen in the image list - run: minikube image list --format table + # - name: Check that plugin registry image is present in the image list + # run: minikube image list --format table - name: Deploy Che run: |