linux-system-roles / cockpit

https://linux-system-roles.github.io/cockpit/
GNU General Public License v3.0
15 stars 19 forks source link

refactor: get_ostree_data.sh use env shebang - remove from .sanity* #137

Closed richm closed 9 months ago

richm commented 9 months ago

Use the #!/usr/bin/env bash shebang which is ansible-test friendly. This means we can remove get_ostree_data.sh from the .sanity files. This also means we can remove the .sanity files if we do not need them otherwise.

Rename pth to path in honor of nscott

Signed-off-by: Rich Megginson rmeggins@redhat.com