From cd8a4856c153dfed1c9475f10bb0e24166654e8b Mon Sep 17 00:00:00 2001 From: andig Date: Sat, 21 Jan 2023 12:59:07 +0100 Subject: [PATCH] chore: cleanup --- .github/workflows/nightly.yml | 4 ---- .github/workflows/release.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7bb5f5c4b8..025170b581 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -43,14 +43,12 @@ jobs: ref: refs/heads/master # force master fetch-depth: 0 - - run: ls - name: Get dist from cache uses: actions/cache@v3 id: cache-dist with: path: dist key: ${{ runner.os }}-dist - - run: ls dist - name: Login uses: docker/login-action@v2 @@ -93,14 +91,12 @@ jobs: - name: Patch ASN1 run: make patch-asn1-sudo - - run: ls - name: Get dist from cache uses: actions/cache@v3 id: cache-dist with: path: dist key: ${{ runner.os }}-dist - - run: ls dist - name: Create nightly build uses: goreleaser/goreleaser-action@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b6b56f2de..1b6c5db5f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,14 +70,12 @@ jobs: - name: Patch ASN1 run: make patch-asn1-sudo - - run: ls - name: Get dist from cache uses: actions/cache@v3 id: cache-dist with: path: dist key: ${{ runner.os }}-dist - - run: ls dist # gokrazy image # - name: Prepare Image