fix
This commit is contained in:
parent
0124ee1201
commit
49f6380114
@ -19,12 +19,6 @@ docker-hub-build:
|
||||
- docker build --build-arg SQUID_VERSION=$SQUID_VERSION --pull -t $CONTAINER_BUILD_NOPROD_NAME_AMD64 .
|
||||
- docker push $CONTAINER_BUILD_NOPROD_NAME_AMD64
|
||||
|
||||
.standalone:
|
||||
image:
|
||||
name: $CONTAINER_BUILD_NOPROD_NAME_AMD64
|
||||
entrypoint: [""]
|
||||
dependencies: []
|
||||
|
||||
.services-amd64:
|
||||
services:
|
||||
- name: $CONTAINER_BUILD_NOPROD_NAME_AMD64
|
||||
@ -43,7 +37,8 @@ docker-hub-test:
|
||||
|
||||
SquidParseConfig:
|
||||
stage: Docker-hub-test
|
||||
extends: .standalone
|
||||
image:
|
||||
name: $CONTAINER_BUILD_NOPROD_NAME_AMD64
|
||||
script:
|
||||
- /usr/sbin/squid -k parse /etc/squid/squid.conf
|
||||
# Stop if error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user