Terraform - Force redownload of cache

This commit is contained in:
Bert Blommers 2021-12-15 13:25:54 -01:00 committed by GitHub
parent de9aa9a8e3
commit 2c093abb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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