From 0dbe977909650faac7fcb9958b7cbf5fc4d97d55 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Tue, 5 Dec 2023 15:25:00 +0200 Subject: [PATCH] Use latest barge (#1788) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0667037b..b4ae9396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,6 @@ jobs: with: repository: 'oceanprotocol/barge' path: 'barge' - ref: feature/bump_contracts_and_subgraph - name: Run Ganache with Barge working-directory: ${{ github.workspace }}/barge @@ -104,8 +103,6 @@ jobs: with: repository: 'oceanprotocol/barge' path: 'barge' - ref: feature/bump_contracts_and_subgraph - - name: Login to Docker Hub if: ${{ env.DOCKERHUB_PASSWORD && env.DOCKERHUB_USERNAME }} run: |