From 04d5159e1217d0bff4562427b481d7a038a368d2 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Fri, 29 Sep 2023 13:24:52 +0300 Subject: [PATCH] update github workflow Signed-off-by: Valeriy Svydenko --- .github/workflows/smoke-test-pr-check.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: |