We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f1f0c commit d21feddCopy full SHA for d21fedd
Dockerfile
@@ -30,7 +30,7 @@ RUN set -x \
30
&& python${PY} -m venv /ocamt \
31
&& /ocamt/bin/pip install --no-cache-dir -U pip wheel
32
RUN set -x \
33
- && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@62d81e2e7e2a60ea7082d4f54095f905443a4d0b#egg=oca-maintainers-tools \
+ && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@f9b919b9868143135a9c9cb03021089cabba8223#egg=oca-maintainers-tools \
34
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
35
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
36
&& ln -s /ocamt/bin/oca-gen-addon-icon /usr/local/bin/ \
0 commit comments