From fcc47eddf2b485f071ccf5199edfb11c23394fcc Mon Sep 17 00:00:00 2001 From: Kristiyan Saparevski <kristiyan.saparevski@cleverpine.com> Date: Fri, 8 Sep 2023 09:39:28 +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 4a3aca95..15e4d4c7 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