From 6f8d906b96f94b07691fbc316a46cfe74630f49f Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 10 Feb 2021 09:54:29 +0000 Subject: [PATCH] remove obscure ADF JS-API Update (#1985) --- scripts/ci/job_hooks/before_install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/ci/job_hooks/before_install.sh b/scripts/ci/job_hooks/before_install.sh index 30285cd6f..6e1ae8e5f 100755 --- a/scripts/ci/job_hooks/before_install.sh +++ b/scripts/ci/job_hooks/before_install.sh @@ -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"