|
|
|
|
@ -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:
|
|
|
|
|
|