Skip to content
Snippets Groups Projects
Commit b08b0892 authored by Patrick Chabrier's avatar Patrick Chabrier
Browse files

Delete .gitlab-ci.yml

parent 1721d068
No related branches found
No related tags found
1 merge request!1Update .gitlab-ci.yml
image: docker:stable
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs"
build docker-planemo:
stage: build
variables:
IMAGE_TAG: $CI_REGISTRY/record/docker-planemo/docker-planemo:0.50.0
script:
- docker info
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $IMAGE_TAG docker-stics/compose/stics-simulate
- docker push $IMAGE_TAG
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