mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
fix update script version, remove -- not needed
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Run the build on mergin to development with always the latest ADF
|
# Run the build on mergin to development with always the latest ADF
|
||||||
if [ "${TRAVIS_BRANCH}" == "develop" ] && [ "${TRAVIS_EVENT_TYPE}" == "api" ] || [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
|
if [ "${TRAVIS_BRANCH}" == "develop" ] && [ "${TRAVIS_EVENT_TYPE}" == "api" ] || [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
|
||||||
./scripts/update-version.sh -v --$ADF_RELEASE_VERSION
|
./scripts/update-version.sh -v $ADF_RELEASE_VERSION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip install --user awscli
|
pip install --user awscli
|
||||||
|
|||||||
Reference in New Issue
Block a user