release update commands pipeline

This commit is contained in:
Eugenio Romano
2019-08-29 12:01:49 +01:00
parent cdfae95c2a
commit 43df299096
12 changed files with 39 additions and 456 deletions

View File

@@ -4,9 +4,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../../
if [[ $TRAVIS_BRANCH == "development" ]];
then
./scripts/update-version.sh -gnu -nextalpha || exit 1;
fi
./lib/dist/cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"