[transtats] - acutally commit the changes
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
49ed5c6a14
commit
82664c70a6
1 changed files with 5 additions and 0 deletions
|
@ -17,7 +17,12 @@ spec:
|
||||||
RUN mkdir /workspace
|
RUN mkdir /workspace
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
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 main https://github.com/transtats/transtats.git .
|
||||||
|
{% endif %}
|
||||||
RUN pip3 install -r /workspace/requirements/base.txt
|
RUN pip3 install -r /workspace/requirements/base.txt
|
||||||
RUN cp deploy/docker-compose/transtats/launch.sh /usr/bin/transtats.sh
|
RUN cp deploy/docker-compose/transtats/launch.sh /usr/bin/transtats.sh
|
||||||
RUN cp deploy/docker-compose/transtats/wait-for-it.sh /usr/bin/wait-for-it.sh
|
RUN cp deploy/docker-compose/transtats/wait-for-it.sh /usr/bin/wait-for-it.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue