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 &