Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHINENG-14556 remove old code to keep the new service independent #507

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ ENV VIRTUAL_ENV=/app_root/src \
PATH="/app_root/src/bin:$POETRY_HOME/bin:$PATH"

WORKDIR /app_root/src
COPY pyproject.toml poetry.lock manage.py seed.py gunicorn.conf.py ./
COPY pyproject.toml poetry.lock gunicorn.conf.py ./
COPY ros ros
COPY migrations migrations
COPY seed.d seed.d

RUN python -m venv $VIRTUAL_ENV && \
$VIRTUAL_ENV/bin/pip install --upgrade pip==$PYTHON_PIP_VERSION setuptools wheel && \
Expand Down
3 changes: 0 additions & 3 deletions ansible-playbooks/README.md

This file was deleted.

49 changes: 0 additions & 49 deletions ansible-playbooks/ros_disable.yml

This file was deleted.

94 changes: 0 additions & 94 deletions ansible-playbooks/ros_install_and_set_up.yml

This file was deleted.

Loading
Loading