From 632b558e3b33f180034ffcfc7b4289eba983dd0b Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 19 Sep 2022 14:26:04 +0100 Subject: [PATCH] jjkvkjckjv --- .gitlab-ci.yml | 2 +- docker-configs/Dockerfile-proxy | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ef8f26..a8c427d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ build-extrastats: # This job runs in the build stage, which runs first. - echo "Compile complete." only: - - extrastats + - extrastats2 build-testing: # This job runs in the build stage, which runs first. stage: build diff --git a/docker-configs/Dockerfile-proxy b/docker-configs/Dockerfile-proxy index 898029a..f7f966f 100644 --- a/docker-configs/Dockerfile-proxy +++ b/docker-configs/Dockerfile-proxy @@ -25,6 +25,7 @@ RUN adduser -D -u 54000 radio && \ cd /opt && \ git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \ cd /opt/freedmr && \ + git checkout extrastats2 && \ pip install --no-cache-dir -r requirements.txt && \ apk del git gcc musl-dev && \ chown -R radio: /opt/freedmr