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
|
||||
with:
|
||||
path: '~/.cache'
|
||||
key: 'terraformcache_download'
|
||||
key: 'terraformcache_download2'
|
||||
- name: Download
|
||||
env:
|
||||
DOWNLOAD_TEST_BIN: 1
|
||||
@ -287,7 +287,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: '~/.cache'
|
||||
key: 'terraformcache_download'
|
||||
key: 'terraformcache_download2'
|
||||
- name: Start MotoServer
|
||||
run: |
|
||||
python setup.py sdist
|
||||
|
Loading…
Reference in New Issue
Block a user