extrastats2
Simon 3 years ago
parent 4de3bb92a6
commit 632b558e3b

@ -44,7 +44,7 @@ build-extrastats: # This job runs in the build stage, which runs first.
- echo "Compile complete." - echo "Compile complete."
only: only:
- extrastats - extrastats2
build-testing: # This job runs in the build stage, which runs first. build-testing: # This job runs in the build stage, which runs first.
stage: build stage: build

@ -25,6 +25,7 @@ RUN adduser -D -u 54000 radio && \
cd /opt && \ cd /opt && \
git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \ git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \
cd /opt/freedmr && \ cd /opt/freedmr && \
git checkout extrastats2 && \
pip install --no-cache-dir -r requirements.txt && \ pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev && \ apk del git gcc musl-dev && \
chown -R radio: /opt/freedmr chown -R radio: /opt/freedmr

Loading…
Cancel
Save

Powered by TurnKey Linux.