[ADF-5331] - Alpha ADF/JS-API update has been successfully created. (#6639)

* remove unused script
refactor the alpha build to use the JS-API in the branch all the time

* use alpha build number

* rewire maxretry

* Delete check-js-api-version.js
This commit is contained in:
Eugenio Romano
2021-02-08 16:00:44 +00:00
committed by GitHub
parent 94ec7d06a7
commit 2071596fe6
14 changed files with 278 additions and 795 deletions

View File

@@ -78,8 +78,7 @@ fi
if [[ "${EXEC_ALPHA}" == true ]]
then
ISH_KEY=$(git rev-parse HEAD)
NEXT_VERSION=${NEXT_VERSION}-${ISH_KEY}
NEXT_VERSION=${NEXT_VERSION}-${TRAVIS_BUILD_NUMBER}
fi
if [[ "${EXEC_BETA}" == true ]]