mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
new units cache strategy
This commit is contained in:
@@ -37,6 +37,7 @@ runs:
|
|||||||
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ hashFiles('**/package-lock.json') }}"
|
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ hashFiles('**/package-lock.json') }}"
|
||||||
run: |
|
run: |
|
||||||
echo using hashfile '${{ hashFiles("**/package-lock.json") }}'
|
echo using hashfile '${{ hashFiles("**/package-lock.json") }}'
|
||||||
|
echo remote path $REMOTE_PATH
|
||||||
if [ -n "${{ inputs.cache-key-suffix }}" ]; then
|
if [ -n "${{ inputs.cache-key-suffix }}" ]; then
|
||||||
REMOTE_PATH="${REMOTE_PATH}-${{ inputs.cache-key-suffix }}"
|
REMOTE_PATH="${REMOTE_PATH}-${{ inputs.cache-key-suffix }}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user