From 25f86f85e90903d1383c376a95036602d3a04ff0 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Thu, 28 Mar 2024 22:00:55 +0800 Subject: [PATCH] [debug] skip to SO step --- .gitea/workflows/test.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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