Skip to content

Commit

Permalink
Dockerfile_template -> Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalenyk committed May 5, 2020
1 parent db821a6 commit bb31178
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ stages:
build:
stage: build
before_script:
- apk add gettext
- envsubst < Dockerfile_template > Dockerfile
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.quintagroup.com:443
script:
- docker build -t registry.gitlab.quintagroup.com:443/pricequotation/openprocurement.api:$CI_COMMIT_REF_SLUG .
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile_template → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ RUN pip install --upgrade pip && pip install -r requirements.txt

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

ENV TZ=Europe/Kiev
ENV LANG="en_US.UTF-8"
Expand Down

0 comments on commit bb31178

Please sign in to comment.