diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index b07e8f9..94c26ca 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -46,23 +46,23 @@ jobs: - uses: actions/checkout@v3 with: path: ./plugeth-statediff - - uses: actions/checkout@v3 - with: - repository: cerc-io/plugeth - ref: 4556585a56ee3788942dea19751d5f9f14f5cfa1 # TODO update after PR - path: ./plugeth - - name: Run dockerd - run: dockerd -H $DOCKER_HOST --userland-proxy=false & - # These images need access tokens configured - - name: Build docker image - env: - TOKEN: ${{ secrets.CICD_REPO_TOKEN }} - run: | - [[ -n "$TOKEN" ]] - docker build ./plugeth-statediff -t cerc/plugeth-statediff:local \ - --build-arg GIT_VDBTO_TOKEN="$TOKEN" - docker build ./plugeth -t cerc/plugeth:local \ - --build-arg GIT_VDBTO_TOKEN="$TOKEN" + # - uses: actions/checkout@v3 + # with: + # repository: cerc-io/plugeth + # ref: 4556585a56ee3788942dea19751d5f9f14f5cfa1 # TODO update after PR + # path: ./plugeth + # - name: Run dockerd + # run: dockerd -H $DOCKER_HOST --userland-proxy=false & + # # These images need access tokens configured + # - name: Build docker image + # env: + # TOKEN: ${{ secrets.CICD_REPO_TOKEN }} + # run: | + # [[ -n "$TOKEN" ]] + # docker build ./plugeth-statediff -t cerc/plugeth-statediff:local \ + # --build-arg GIT_VDBTO_TOKEN="$TOKEN" + # docker build ./plugeth -t cerc/plugeth:local \ + # --build-arg GIT_VDBTO_TOKEN="$TOKEN" - name: "Checkout stack-orchestrator" uses: actions/checkout@v3