chore: Create base integration test setup (#55)

This will allow us to create a suite of tests for our new features
rather than using my personal image repo
This commit is contained in:
Gerald Pinder 2024-02-09 11:47:59 -05:00 committed by GitHub
parent fe671cdd1a
commit 46700ab794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 143 additions and 73 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
echo 'Running buildah'

View file

@ -0,0 +1,3 @@
#!/bin/sh
echo 'Running podman'

View file

@ -0,0 +1,3 @@
#!/bin/sh
echo 'Running rpm-ostree'