From 8f495a5dfa09011ee364bd6b6738f6292caa0486 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Thu, 26 Sep 2024 09:39:20 +0200
Subject: [PATCH] DOC: Tiny typo in comment.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d731c9f..c6c5ecc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ variables:
   TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
 
 
-  # This is the caosdb-deploy branch which build the images for caosdb-server and caosdb-mysql
+  # This is the caosdb-deploy branch which builds the images for caosdb-server and caosdb-mysql
   DEPLOY_REF: dev
   DEFAULT_CAOSDB_TAG: dev
 
-- 
GitLab