Fix rights

This commit is contained in:
Fred 2024-07-24 12:26:27 +00:00
parent 6b7527addb
commit 9d8c662a6c

View File

@ -18,6 +18,7 @@ docker-hub-build:
- export SQUID_VERSION=$(curl -s http://www.squid-cache.org/Versions/v6/ | egrep -m 1 -oh squid-.*.tar.gz | cut -d '"' -f1)
- docker build --build-arg SQUID_VERSION=$SQUID_VERSION --pull -t $CONTAINER_BUILD_NOPROD_NAME_AMD64 .
- docker push $CONTAINER_BUILD_NOPROD_NAME_AMD64
- chown -Rf 1161 $CI_BUILDS_DIR
.services-amd64:
services:
@ -39,8 +40,6 @@ SquidParseConfig:
stage: Docker-hub-test
image:
name: $CONTAINER_BUILD_NOPROD_NAME_AMD64
docker:
user: root
script:
- /usr/sbin/squid -k parse /etc/squid/squid.conf
# Stop if error