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

Delete .gitlab-ci.yml

parent 31495aeb
No related branches found
No related tags found
No related merge requests found
stages:
- dockerize
variables:
# to avoid "fatal: git fetch-pack: expected shallow list"
GIT_STRATEGY: clone
dockerize_file_catalog:
stage: dockerize
tags:
- shell
only:
- master
script:
- docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
- docker build -t "${CI_REGISTRY_IMAGE}" .
- docker push "${CI_REGISTRY_IMAGE}"
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