We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd17fe commit b4a0eb8Copy full SHA for b4a0eb8
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