Skip to content
Snippets Groups Projects
Commit 9cf9649a authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Remove useless gitlab tokens

parent ae9e94b7
No related branches found
No related tags found
1 merge request!2226Remove useless gitlab tokens
......@@ -6,8 +6,6 @@ ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.teklia.com/arkindex/backend/base:gitlab-teklia
# Auth token expires on 01/07/2024
ARG GITLAB_TOKEN="glpat-3sBZPFgkZbqJxfSqjcAa"
# Install arkindex and its deps
# Uses a source archive instead of full local copy to speedup docker build
......
......@@ -5,9 +5,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y build-essential
RUN pip install nuitka
# Auth token expires on 01/07/2024
ARG GITLAB_TOKEN="glpat-3sBZPFgkZbqJxfSqjcAa"
# We build in /usr/share because Django will try to load some files relative to that path
# once executed in the binary (management commands, ...)
WORKDIR /usr/share
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment