diff options
author | Philip Kuryloski <kuryloskip@vmware.com> | 2020-12-11 18:29:35 +0100 |
---|---|---|
committer | Philip Kuryloski <kuryloskip@vmware.com> | 2020-12-11 18:29:35 +0100 |
commit | 22ea8455a37ede7ec05b579d436a60ceca4126f3 (patch) | |
tree | 7bd125d7c45e1772f0ddca526a7f8637aff38f4b | |
parent | 37471943124d5a2537a3bed5201aaec195268b34 (diff) | |
download | rabbitmq-server-git-22ea8455a37ede7ec05b579d436a60ceca4126f3.tar.gz |
Fixup previous commit
-rw-r--r-- | .github/workflows/test-erlang-otp-22.3.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-erlang-otp-23.1.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test-erlang-otp-git.yaml | 2 | ||||
-rw-r--r-- | workflow_sources/test/ct.lib.yml | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml index 951b9ba055..2463eced88 100644 --- a/.github/workflows/test-erlang-otp-22.3.yaml +++ b/.github/workflows/test-erlang-otp-22.3.yaml @@ -600,8 +600,6 @@ jobs: IMAGE_TAG=erlang-22.3-rabbitmq-${{ github.sha }} BUILDEVENT_APIKEY=${{ secrets.HONEYCOMB_API_KEY }} project=rabbit - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - uses: actions/cache@v2 with: key: erlang-22.3-rabbitmq-${{ github.sha }} diff --git a/.github/workflows/test-erlang-otp-23.1.yaml b/.github/workflows/test-erlang-otp-23.1.yaml index 3aaf328fcc..75111e4fe1 100644 --- a/.github/workflows/test-erlang-otp-23.1.yaml +++ b/.github/workflows/test-erlang-otp-23.1.yaml @@ -772,8 +772,6 @@ jobs: IMAGE_TAG=erlang-23.1-rabbitmq-${{ github.sha }} BUILDEVENT_APIKEY=${{ secrets.HONEYCOMB_API_KEY }} project=rabbit - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - uses: actions/cache@v2 with: key: erlang-23.1-rabbitmq-${{ github.sha }} diff --git a/.github/workflows/test-erlang-otp-git.yaml b/.github/workflows/test-erlang-otp-git.yaml index 323f190d41..00f181fa4d 100644 --- a/.github/workflows/test-erlang-otp-git.yaml +++ b/.github/workflows/test-erlang-otp-git.yaml @@ -640,8 +640,6 @@ jobs: IMAGE_TAG=erlang-git-rabbitmq-${{ github.sha }} BUILDEVENT_APIKEY=${{ secrets.HONEYCOMB_API_KEY }} project=rabbit - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - uses: actions/cache@v2 with: key: erlang-git-rabbitmq-${{ github.sha }} diff --git a/workflow_sources/test/ct.lib.yml b/workflow_sources/test/ct.lib.yml index fe2cd1da01..527e9e8390 100644 --- a/workflow_sources/test/ct.lib.yml +++ b/workflow_sources/test/ct.lib.yml @@ -46,8 +46,6 @@ steps: IMAGE_TAG=(@= ci_image_tag(erlang_version) @) BUILDEVENT_APIKEY=${{ secrets.HONEYCOMB_API_KEY }} project=(@= dep.name @) - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - uses: actions/cache@v2 with: key: #@ ci_image_tag(erlang_version) |