Skip to content

Commit

Permalink
use same sauce build id during release
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 16, 2016
1 parent 7c90dc9 commit c1a523d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo # (optional) move to a new line
if [[ $REPLY =~ ^[Yy]$ ]]
then
echo "Releasing $VERSION ..."
export SAUCE_BUILD_ID=$VERSION

npm run lint
npm run flow
Expand Down

0 comments on commit c1a523d

Please sign in to comment.