[transtats] - test build a fix for staging

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-05-05 12:58:05 +10:00
parent 82664c70a6
commit 331a846a71

View file

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