mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
remove obscure ADF JS-API Update (#1985)
This commit is contained in:
parent
ba1a691ca3
commit
6f8d906b96
@ -1,11 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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 --------------------------------------------------------
|
# Settings for Angular builder --------------------------------------------------------
|
||||||
export NODE_OPTIONS="--max_old_space_size=30000"
|
export NODE_OPTIONS="--max_old_space_size=30000"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user