devel pipe

This commit is contained in:
Marco Carrozzo
2022-12-15 12:24:54 +01:00
parent c172d62e40
commit b1b13c809c
@@ -9,9 +9,12 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: npm check bundle - name: npm check bundle
env:
TAG_NPM: alpha
shell: bash shell: bash
id: sha_out id: sha_out
run: | run: |
set -u;
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}'" 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}