This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
qmi-cloud/.gitlab-ci.yml
Manuel Romero b8d9d60df9 fix
2020-05-21 09:42:07 +02:00

18 lines
275 B
YAML

image: docker:stable
services:
- docker:dind
stages:
- build
'Docker build and push':
stage: build
only:
- master
- dev
script:
- echo $DOCKER_REGISTRY_USER
- chmod +x ./gitlab-ci.sh
- ./gitlab-ci.sh