remove obscure ADF JS-API Update (#1985)

This commit is contained in:
Eugenio Romano 2021-02-10 09:54:29 +00:00 committed by GitHub
parent ba1a691ca3
commit 6f8d906b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,5 @@
#!/usr/bin/env bash
# Run the build on develop branch with always the latest ADF
if [[ "${TRAVIS_BRANCH}" == "develop" && ( "${TRAVIS_EVENT_TYPE}" == "api" || "${TRAVIS_EVENT_TYPE}" == "cron" || "${TRAVIS_EVENT_TYPE}" == "push" ) ]]; then
echo " ===== USING LATEST ADF VERSION ===== "
./scripts/update-version.sh -v $ADF_RELEASE_VERSION
fi
# Settings for Angular builder --------------------------------------------------------
export NODE_OPTIONS="--max_old_space_size=30000"