Skip to content

Commit

Permalink
git setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Aug 15, 2023
1 parent 22460de commit e4d82a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/build-odoo
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
set -e
cd /odoo

git config --global user.email "[email protected]"
git config --global user.name "Bot"

ak build -j1 -c odoo-spec.yaml -f odoo-frozen.yaml
echo "AK BUILD DONE"
# Clean useless file
Expand Down

0 comments on commit e4d82a7

Please sign in to comment.