Get ready for merge to master

extrastats
Simon 3 years ago
parent 3fc81a8ada
commit a371ca4db0

@ -31,21 +31,6 @@ build-dev: # This job runs in the build stage, which runs first.
only:
- master
build-extrastats: # This job runs in the build stage, which runs first.
stage: build
tags:
- buildx
script:
- echo "Compiling the code..."
- cd docker-configs
- docker buildx build --no-cache -f Dockerfile-proxy -t hacknix/freedmr:extrastats-development-latest -t gitlab.hacknix.net:5050/hacknix/freedmr:extrastats-development-latest --platform linux/amd64 --push .
- echo "Compile complete."
only:
- extrastats
build-testing: # This job runs in the build stage, which runs first.
stage: build
tags:

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

Loading…
Cancel
Save

Powered by TurnKey Linux.