Skip to content
Snippets Groups Projects
Commit 18757886 authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

Update .gitlab-ci.yml

parent 229223ec
No related branches found
No related tags found
No related merge requests found
Pipeline #15735 passed
...@@ -15,15 +15,3 @@ dockerize_file_catalog: ...@@ -15,15 +15,3 @@ dockerize_file_catalog:
- docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}" - docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
- docker build -t "${CI_REGISTRY_IMAGE}" . - docker build -t "${CI_REGISTRY_IMAGE}" .
- docker push "${CI_REGISTRY_IMAGE}" - docker push "${CI_REGISTRY_IMAGE}"
dockerize_file_catalog-test:
stage: dockerize
tags:
- shell
only:
- test
script:
- docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
- docker build -t "${CI_REGISTRY_IMAGE}:test" .
- docker push "${CI_REGISTRY_IMAGE}:test"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment