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:
@@ -36,7 +36,7 @@ runs:
|
|||||||
env:
|
env:
|
||||||
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') }}"
|
||||||
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