Terraform - Force redownload of cache
This commit is contained in:
parent
de9aa9a8e3
commit
2c093abb29
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: '~/.cache'
|
path: '~/.cache'
|
||||||
key: 'terraformcache_download'
|
key: 'terraformcache_download2'
|
||||||
- name: Download
|
- name: Download
|
||||||
env:
|
env:
|
||||||
DOWNLOAD_TEST_BIN: 1
|
DOWNLOAD_TEST_BIN: 1
|
||||||
@ -287,7 +287,7 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: '~/.cache'
|
path: '~/.cache'
|
||||||
key: 'terraformcache_download'
|
key: 'terraformcache_download2'
|
||||||
- name: Start MotoServer
|
- name: Start MotoServer
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
Loading…
Reference in New Issue
Block a user