Skip to content

Commit

Permalink
FIX backend assemble S2I
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-barrionuevo committed Sep 27, 2024
1 parent f3f1253 commit 8c931f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ $rc -eq 0 ]; then
echo "Starting custom S2I assembling"

# Custom S2I assemble for plone.restapi
make build-plone-6.0
make install
# TODO: Fix default S2I pip install. S2I already runs the pip install but have been disabled with DISABLE_SETUP_PY_PROCESSING and DISABLE_PYPROJECT_TOML_PROCESSING.
# Pip install on requirements.txt made the buildout command available. This is the missing step from the make command
# buildout -c plone-6.0.x.cfg
Expand Down

0 comments on commit 8c931f0

Please sign in to comment.