Skip to content

Commit

Permalink
[REM] saas create empty database patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantodorovich committed Nov 15, 2024
1 parent 7e2313e commit be980a4
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,241 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ ENV FILESTORE_OPERATIONS_THREADS=3 \
COPY entrypoint.d/* $RESOURCES/entrypoint.d/
COPY conf.d/* $RESOURCES/conf.d/

# Add resources.
COPY resources/$ODOO_VERSION/* $RESOURCES/

ENV SAAS_PROVIDER_URL="$SAAS_PROVIDER_URL"
ENV SAAS_PROVIDER_TOKEN="$SAAS_PROVIDER_TOKEN"

Expand Down Expand Up @@ -67,6 +64,3 @@ RUN git config --global init.defaultBranch main \

# Install odoo
RUN pip install --user --no-cache-dir -e $SOURCES/odoo

# apply patch for environment v2
RUN $RESOURCES/apply_patch_2_0
Empty file removed entrypoint.d/empty
Empty file.
5 changes: 0 additions & 5 deletions resources/10.0/apply_patch_1_0

This file was deleted.

174 changes: 0 additions & 174 deletions resources/10.0/server.py

This file was deleted.

5 changes: 0 additions & 5 deletions resources/11.0/apply_patch_1_0

This file was deleted.

180 changes: 0 additions & 180 deletions resources/11.0/server.py

This file was deleted.

5 changes: 0 additions & 5 deletions resources/12.0/apply_patch_1_0

This file was deleted.

Loading

0 comments on commit be980a4

Please sign in to comment.