Bump force reload to accommodate update on cache action save version. #122
This commit is contained in:
parent
75ab37ec52
commit
2555a377df
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ 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, or change in cache action requiring reload.
|
# and a global cache reset is required, or change in cache action requiring reload.
|
||||||
force_update_inc="2"
|
force_update_inc="3"
|
||||||
|
|
||||||
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