[transtats] - revert changes on stg
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
331a846a71
commit
3a6ea93157
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue