Bump global version of cache.
Force cache reload for new version of cache action.
This commit is contained in:
parent
5c74a020dc
commit
a9d925863b
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ set -e
|
||||||
log "Creating cache key..."
|
log "Creating cache key..."
|
||||||
|
|
||||||
# Forces an update in cases where an accidental breaking change was introduced
|
# Forces an update in cases where an accidental breaking change was introduced
|
||||||
# and a global cache reset is required.
|
# and a global cache reset is required, or change in cache action requiring reload.
|
||||||
force_update_inc="1"
|
force_update_inc="2"
|
||||||
|
|
||||||
value="${packages} @ ${version} ${force_update_inc}"
|
value="${packages} @ ${version} ${force_update_inc}"
|
||||||
log "- Value to hash is '${value}'."
|
log "- Value to hash is '${value}'."
|
||||||
|
|
Loading…
Reference in a new issue