This commit is contained in:
Fred 2024-07-24 11:02:49 +00:00
parent 49f6380114
commit f31ea2e3b7

View File

@ -43,7 +43,13 @@ SquidParseConfig:
- /usr/sbin/squid -k parse /etc/squid/squid.conf
# Stop if error
- "! /usr/sbin/squid -k parse /etc/squid/squid.conf 2>&1 | grep ERROR"
variables:
CACHE_DIR: "tmp/cache"
cache:
key: build-cache
paths:
- $CACHE_DIR
dive:
image:
name: wagoodman/dive:latest