podman-compose/tests/integration/secrets/print_secrets.sh
Monika Kairaityte 838957b902 test/integration: Automate manual 'secrets' test
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-02-19 21:42:52 +02:00

6 lines
80 B
Bash
Executable File

#!/bin/sh
grep . /run/secrets/*
grep . /etc/custom_location
echo "$ENV_SECRET"