Skip to content

Instantly share code, notes, and snippets.

View StefanRijnhart's full-sized avatar

Stefan Rijnhart (Opener) StefanRijnhart

View GitHub Profile
# Testing https://github.com/OCA/oca-addons-repo-template/pull/198
oca-clone-everything --target-branch 16.0
sed -i 's/oca\/oca-addons-repo-template/moduon\/oca-addons-repo-template/i' */.copier-answers.yml
sed -i "s/repo_description: null/repo_description: 'null'/" */.copier-answers.yml
ls * -d |while read line; do
if [ -e "$line/.copier-answers.yml" ]; then
echo "$line"
copier recopy -lw --trust --vcs-ref bump-pylint-odoo "$line"
fi
done
@StefanRijnhart
StefanRijnhart / test.yml
Last active May 19, 2023 06:31
Github workflow to use oca-ci with Odoo enterprise and submodules (13.0)
name: test
on:
pull_request:
branches:
- "13.0*"
push:
branches:
- "13.0*"