This repository has been archived on 2023-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
Gitlab/.gitlab-ci.yml

8 lines
117 B
YAML

docker-build:
image: docker:latest
stage: build
services:
- docker:dind
script:
- echo "Hello world"