Skip to content

Commit bb31178

Browse files
committed
Dockerfile_template -> Dockerfile
1 parent db821a6 commit bb31178

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
build:
1818
stage: build
1919
before_script:
20-
- apk add gettext
21-
- envsubst < Dockerfile_template > Dockerfile
2220
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.quintagroup.com:443
2321
script:
2422
- docker build -t registry.gitlab.quintagroup.com:443/pricequotation/openprocurement.api:$CI_COMMIT_REF_SLUG .
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
1010

1111
COPY . /app
1212
RUN pip install -e .
13-
RUN echo "machine gitlab.quintagroup.com login ${TOKEN_NAME} password ${D_TOKEN}" > ~/.netrc; \
14-
pip install git+https://gitlab.quintagroup.com/pricequotation/reqval.git; \
15-
apt-get clean && rm ~/.netrc
1613

1714
ENV TZ=Europe/Kiev
1815
ENV LANG="en_US.UTF-8"

0 commit comments

Comments
 (0)