We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950b097 commit affd6a0Copy full SHA for affd6a0
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
for f in docker/docker-compose.*.yml; do
23
echo "Validating: $f"
24
- docker compose -f "$f" config -q
+ docker compose -f "$f" config --no-interpolate -q
25
done
26
27
- name: ShellCheck — lab test scripts
0 commit comments