Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Oct 14, 2020
1 parent aabc086 commit 24eaeef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions lib/process-services-cloud/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions scripts/travis/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ if [ $TRAVIS_EVENT_TYPE == "push" ] || [ $TRAVIS_EVENT_TYPE == "cron" ]
then
if [[ $TRAVIS_BRANCH == "develop" ]];
then
NEXT_VERSION=-nextalpha
NEXT_VERSION=-nextalpha
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
fi

if [[ $TRAVIS_EVENT_TYPE == "cron" ]];
then
NEXT_VERSION=-nextbeta
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
fi

./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;

node ./scripts/pre-publish.js

npm install
Expand Down

0 comments on commit 24eaeef

Please sign in to comment.