Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 21, 2023
1 parent 2614b96 commit cd8a485
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd8a485

Please sign in to comment.