mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Fix for ADF -> APPS upstream (#8348)
* Checking if the upstream is fixed * Checking if the upstream is fixed --------- Co-authored-by: alfresco-build <alfresco-build@hyland.com>
This commit is contained in:
parent
2590e7d0a9
commit
4db6c88f78
3
.github/workflows/adf_alpha.yml
vendored
3
.github/workflows/adf_alpha.yml
vendored
@ -72,7 +72,7 @@ env:
|
|||||||
DOCKER_REPOSITORY_STORYBOOK: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/storybook"
|
DOCKER_REPOSITORY_STORYBOOK: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/storybook"
|
||||||
DOCKER_REPOSITORY: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/demo-shell"
|
DOCKER_REPOSITORY: "${{ secrets.DOCKER_REPOSITORY_DOMAIN }}/alfresco/demo-shell"
|
||||||
NODE_OPTIONS: "--max-old-space-size=5120"
|
NODE_OPTIONS: "--max-old-space-size=5120"
|
||||||
GH_PACKAGES_READ_ONLY_TOKEN: ""
|
GH_PACKAGES_READ_ONLY_TOKEN: "${{ secrets.HYLAND_GH_PACKAGES_READ_ONLY_TOKEN }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger_adf:
|
trigger_adf:
|
||||||
@ -94,4 +94,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install github-api
|
npm install github-api
|
||||||
./scripts/github/update/update-project.sh -p $GH_BUILD_NUMBER -t $GH_TOKEN -v alpha -c $GH_COMMIT -r ${{ inputs.repo_to_update }}
|
./scripts/github/update/update-project.sh -p $GH_BUILD_NUMBER -t $GH_TOKEN -v alpha -c $GH_COMMIT -r ${{ inputs.repo_to_update }}
|
||||||
|
exit $?
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ update_js_dependency() {
|
|||||||
for i in $(find . ! -path "*/node_modules/*" -name "package-lock.json" | xargs grep -l $PKG); do
|
for i in $(find . ! -path "*/node_modules/*" -name "package-lock.json" | xargs grep -l $PKG); do
|
||||||
directory=$(dirname $i)
|
directory=$(dirname $i)
|
||||||
echo "Update $PKG in $directory"
|
echo "Update $PKG in $directory"
|
||||||
( cd $directory ; npm i --ignore-scripts $PKG@$PKG_VERSION --save-exact)
|
( cd $directory ; npm i --ignore-scripts --save-exact $PKG@$PKG_VERSION)
|
||||||
done
|
done
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user