Skip to content

Commit

Permalink
Align ocb-sync with what is on the OCA server
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Nov 14, 2020
1 parent 1b5c7ad commit 0290f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/ocb-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ for BRANCH in $BRANCHES; do
git pull --ff-only
git merge --no-edit odoo/$BRANCH || exit 1
git push -u origin HEAD:$BRANCH || exit 1
cd setup || exit 1
python package.py --no-testing --no-debian --no-rpm --no-windows -b $BUILDDIR -p $PUBDIR/$BRANCH || exit 1
cd ..
# cd setup || exit 1
# python package.py --no-testing --no-debian --no-rpm --no-windows -b $BUILDDIR -p $PUBDIR/$BRANCH || exit 1
# cd ..
done
exit 0

0 comments on commit 0290f39

Please sign in to comment.