Skip to content

Commit

Permalink
[FIX] Hotfix test. Creating directory on home
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Sep 27, 2024
1 parent 5f4f9ee commit f2db3c7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
rm -rf /tmp/fake-odoo
mkdir /tmp/fake-odoo
cd /tmp/fake-odoo
rm -rf ~/fake-odoo
mkdir -p ~/fake-odoo
cd ~/fake-odoo

git init
git config --global --add safe.directory /tmp/fake-odoo/.git
touch odoo-bin
git add odoo-bin
git commit -m odoo-bin
Expand Down

0 comments on commit f2db3c7

Please sign in to comment.