Commit 1fa01c1c authored by Anton Borisov's avatar Anton Borisov

Update .gitlab-ci.yml

parent ed2efc91
Pipeline #1193 failed with stages
in 21 minutes and 57 seconds
...@@ -95,12 +95,9 @@ deploy_node_to_prod: ...@@ -95,12 +95,9 @@ deploy_node_to_prod:
deploy_other_nodes_to_prod: deploy_other_nodes_to_prod:
stage: deploy_other_nodes_to_prod stage: deploy_other_nodes_to_prod
image: docker:stable image: docker:stable-git
services: # services:
- docker:dind # - docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
script: script:
- sed 's|_IMAGE_NAME_|'"${CI_REGISTRY_IMAGE}/prod"'|g; s|_VERSION_|'"${CI_PIPELINE_ID}"'|g' app-dst-client.tpl.yml > app-dst-client.yml; cat app-dst-client.yml - sed 's|_IMAGE_NAME_|'"${CI_REGISTRY_IMAGE}/prod"'|g; s|_VERSION_|'"${CI_PIPELINE_ID}"'|g' app-dst-client.tpl.yml > app-dst-client.yml; cat app-dst-client.yml
- sed 's|_IMAGE_NAME_|'"${CI_REGISTRY_IMAGE}/prod"'|g; s|_VERSION_|'"${CI_PIPELINE_ID}"'|g' app-nako-scanner.tpl.yml > app-nako-scanner.yml; cat app-nako-scanner.yml - sed 's|_IMAGE_NAME_|'"${CI_REGISTRY_IMAGE}/prod"'|g; s|_VERSION_|'"${CI_PIPELINE_ID}"'|g' app-nako-scanner.tpl.yml > app-nako-scanner.yml; cat app-nako-scanner.yml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment