mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
move AWS vars closer to the usage [ci:force]
This commit is contained in:
@@ -6,7 +6,9 @@ runs:
|
|||||||
- name: download and extract artifacts from s3
|
- name: download and extract artifacts from s3
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ github.run_id }}"
|
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ github.run_id }}"
|
||||||
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
run: |
|
run: |
|
||||||
packages=( dist nxcache node_modules )
|
packages=( dist nxcache node_modules )
|
||||||
for i in "${packages[@]}"; do
|
for i in "${packages[@]}"; do
|
||||||
@@ -24,4 +26,4 @@ runs:
|
|||||||
echo "====NXCACHE===="
|
echo "====NXCACHE===="
|
||||||
find nxcache -maxdepth 1 -type d
|
find nxcache -maxdepth 1 -type d
|
||||||
echo "====ADF===="
|
echo "====ADF===="
|
||||||
find node_modules/@alfresco/ -maxdepth 1 -type d
|
find node_modules/@alfresco/ -maxdepth 1 -type d
|
||||||
|
@@ -8,6 +8,8 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ github.run_id }}"
|
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ github.run_id }}"
|
||||||
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
run: |
|
run: |
|
||||||
packages=( dist nxcache node_modules )
|
packages=( dist nxcache node_modules )
|
||||||
for i in "${packages[@]}"; do
|
for i in "${packages[@]}"; do
|
||||||
|
Reference in New Issue
Block a user