[transtats] - revert changes on stg

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-05-05 13:23:35 +10:00
parent 331a846a71
commit 3a6ea93157

View file

@ -18,10 +18,10 @@ spec:
ENV PYTHONUNBUFFERED 1
WORKDIR /workspace
{% if env == 'staging' %}
RUN git clone -b devel https://github.com/ryanlerch/transtats.git .
RUN git clone -b devel https://github.com/transtats/transtats.git .
{% endif %}
{% if env == 'production' %}
RUN git clone -b devel https://github.com/ryanlerch/transtats.git .
RUN git clone -b main https://github.com/transtats/transtats.git .
{% endif %}
RUN pip3 install -r /workspace/requirements/base.txt
RUN cp deploy/docker-compose/transtats/launch.sh /usr/bin/transtats.sh