mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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 ]]
|
||||
|
Reference in New Issue
Block a user