Commit bb48d85c authored by zimniy's avatar zimniy
Browse files

Linter fixes 8

parent e4263f24
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ build:
  variables:
    GIT_DEPTH: 1
  script:
    - echo "Runtime dependencies - [${DEPENDENCIES_RUNTIME}]"
    - docker pull "${CI_REGISTRY_IMAGE}:latest" || true
    - echo "Runtime dependencies - [${DEPENDENCIES_RUNTIME}]"
    - docker build --cache-from "${CI_REGISTRY_IMAGE}:latest" -t "${CI_REGISTRY_IMAGE}:temp-${CI_PIPELINE_IID}" -f ./Dockerfile --build-arg DEPENDENCIES_RUNTIME="${DEPENDENCIES_RUNTIME}" .
    - docker push "${CI_REGISTRY_IMAGE}:temp-$CI_PIPELINE_IID"