mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel pipe
This commit is contained in:
@@ -13,4 +13,5 @@ runs:
|
|||||||
id: sha_out
|
id: sha_out
|
||||||
run: |
|
run: |
|
||||||
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
||||||
|
echo "ADF_VERSION='${ADF_VERSION}'"
|
||||||
./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}
|
./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}
|
||||||
|
|||||||
@@ -59,8 +59,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
# - uses: ./.github/actions/download-build-artifacts
|
# - uses: ./.github/actions/download-build-artifacts
|
||||||
# - uses: ./.github/actions/npm-check-bundle
|
- uses: ./.github/actions/npm-check-bundle
|
||||||
- name: Check npm bundle
|
# - name: Check npm bundle
|
||||||
run: |
|
# run: |
|
||||||
export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
# export ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
|
||||||
./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}
|
# ./scripts/travis/build/npm-check-bundles.sh -v ${ADF_VERSION}
|
||||||
Reference in New Issue
Block a user