Skip to content
Snippets Groups Projects
Commit bb48d85c authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Linter fixes 8

parent e4263f24
No related branches found
No related tags found
No related merge requests found
Pipeline #1357 failed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment