Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaiba committed Feb 26, 2025
1 parent 019f830 commit 3dbe2ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,13 @@ jobs:
# working-directory: core/gatewayclient/example

- name: Generate go vendor
if: false
run: |
task vendor
- name: Set up Docker Buildx
if: false
uses: docker/setup-buildx-action@v3

- name: Cache Docker layers for kwild # both restore and save
if: false
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache-kwild
Expand All @@ -148,7 +145,6 @@ jobs:
${{ runner.os }}-buildx-kwild
- name: Build kwild image
if: false
id: docker_build_kwild
uses: docker/build-push-action@v6
with:
Expand Down Expand Up @@ -183,7 +179,6 @@ jobs:
# KIT_LOG_LEVEL=warn task test:it:nb

- name: Move cache
if: false
run: |
rm -rf /tmp/.buildx-cache-kwild
mv /tmp/.buildx-cache-kwild-new /tmp/.buildx-cache-kwild
Expand Down

0 comments on commit 3dbe2ee

Please sign in to comment.