From 2117782a2e9783ae3044be8621f5173d1d992e5c Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sat, 9 Dec 2023 03:11:20 +0000 Subject: [PATCH] Fix comment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01267ddc..07719052 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build-image: - docker:20.10.23-dind variables: DOCKER_DRIVER: overlay2 - # DOCKER_HOST: unix:///var/run/docker.sock # For stateless builds, uncomment this, or set it in CI/CD variables + # DOCKER_HOST: unix:///var/run/docker.sock # For stateful builds, uncomment this, or set it in CI/CD variables rules: # Run on all branches except master, when .trigger is added or modified - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != "master"