From 98833ddedb0ab629903f832bef35faf76292590b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 9 Feb 2022 15:32:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- homelab/.gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/homelab/.gitlab-ci.yml b/homelab/.gitlab-ci.yml index ac280e6f..82f149a0 100644 --- a/homelab/.gitlab-ci.yml +++ b/homelab/.gitlab-ci.yml @@ -13,17 +13,21 @@ # # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages +services: + - docker:dind + stages: # List of stages for jobs, and their order of execution - lint - deploy server-lint-docker-compose: stage: lint + image: docker/compose:latest only: - "server/**/docker-compose.yml" - "server/minecraft/*.yml" script: - - echo "Linting the code" + - find / server-deploy: stage: deploy