Skip to content

Commit

Permalink
[master] Disable caches
Browse files Browse the repository at this point in the history
  • Loading branch information
zored committed Feb 22, 2021
1 parent 0b2aa88 commit a79f4e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# docker
- uses: docker/[email protected]
id: buildx
with:
install: true
- uses: satackey/[email protected]
continue-on-error: true
with:
key: docker-1-{hash}
restore-keys: docker-1-
concurrency: 8

# git
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-vendor-${{ hashFiles('vendor.yaml') }}
restore-keys: ${{ runner.os }}-vendor-

- run: ./project.sh ci
- uses: softprops/action-gh-release@v1
if: "startsWith(github.ref, 'refs/tags/v')"
Expand Down
3 changes: 0 additions & 3 deletions compiler/vendor.yaml

This file was deleted.

0 comments on commit a79f4e9

Please sign in to comment.