Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Improve container engine sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 21, 2024
1 parent be91984 commit f69f31e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/test-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ if [[ "${PODMAN_VERSION}" != 'null' ]] && [[ "${SKIP_PODMAN:-}" != '1' ]]; then
podman run -i "${IMAGE}" ansible-lint --version)
fi

echo "Performing sanity check for current container engine."
podman run -i -v "${PWD}:/code" ghcr.io/ansible/creator-ee:latest bash -c "ls -1 /code"

# Create a build manifest so we can compare between builds and machines, this
# also has the role of ensuring that the required executables are present.
#
Expand Down

0 comments on commit f69f31e

Please sign in to comment.