From c23d274ebea3205c3811184110320769f10972c4 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 10 Feb 2022 14:38:57 +0200 Subject: [PATCH] Use v4main images (#1267) We merged op-service,op-engine, provider branches to v4main --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7349cfe1..d74723d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,10 +114,6 @@ jobs: - name: Run Barge working-directory: ${{ github.workspace }}/barge - env: - OPERATOR_SERVICE_VERSION: compute_envs - OPERATOR_ENGINE_VERSION: compute_envs - PROVIDER_VERSION: compute_envs run: | bash -x start_ocean.sh --with-provider2 --no-dashboard --with-c2d 2>&1 > start_ocean.log &