fix update script version, remove -- not needed

This commit is contained in:
Eugenio Romano 2020-06-29 22:21:21 +01:00 committed by GitHub
parent 6ab940a5f2
commit 9acaef3066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# 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
./scripts/update-version.sh -v --$ADF_RELEASE_VERSION
./scripts/update-version.sh -v $ADF_RELEASE_VERSION
fi
pip install --user awscli