mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
print package lock
This commit is contained in:
@@ -33,6 +33,7 @@ runs:
|
|||||||
- name: download and extract persistent cache artifacts from s3
|
- name: download and extract persistent cache artifacts from s3
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
HASH=$(cat $GITHUB_WORKSPACE/package-lock.json | shasum | head -c 40)
|
HASH=$(cat $GITHUB_WORKSPACE/package-lock.json | shasum | head -c 40)
|
||||||
REMOTE_PATH="adf/build-cache/${HASH}"
|
REMOTE_PATH="adf/build-cache/${HASH}"
|
||||||
if [ -n "${{ inputs.cache-key-suffix }}" ]; then
|
if [ -n "${{ inputs.cache-key-suffix }}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user