From 08fb8af283fe8c03493330a97cfe4cc5f5a792c5 Mon Sep 17 00:00:00 2001
From: Kristiyan Saparevski <kristiyan.saparevski@cleverpine.com>
Date: Fri, 8 Sep 2023 09:51:11 +0000
Subject: [PATCH] Update Dockerfile

---
 apps/agent/deployment/ci-cd/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/agent/deployment/ci-cd/Dockerfile b/apps/agent/deployment/ci-cd/Dockerfile
index 15e4d4c7..4a3aca95 100644
--- a/apps/agent/deployment/ci-cd/Dockerfile
+++ b/apps/agent/deployment/ci-cd/Dockerfile
@@ -10,7 +10,7 @@ RUN apt update -y && apt install python3 git make build-essential wget unzip -y
 # Set the working directory
 WORKDIR app
 
-# Set the ENV variables.
+# Set the ENV variables
 ENV GITLAB_BASE_URL=https://code.vereign.com/api/v4
 ENV GITLAB_PROJECT_ID=662
 ENV TOKEN=$API_TOKEN
-- 
GitLab