diff --git a/apps/agent/deployment/ci-cd/Dockerfile b/apps/agent/deployment/ci-cd/Dockerfile index 15e4d4c7b41926b84330d3b439f27573971d954d..4a3aca95adcc6a51b2226cccbaccc61a87e49dc7 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