File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ stages:
1717build :
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 .
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
1010
1111COPY . /app
1212RUN 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
1714ENV TZ=Europe/Kiev
1815ENV LANG="en_US.UTF-8"
You can’t perform that action at this time.
0 commit comments