1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

get full path

This commit is contained in:
Jason N. 2024-03-04 18:12:09 -05:00
parent 7c734003d7
commit e6296ee644

View file

@ -136,7 +136,7 @@ jobs:
set -ex
pwd
ls
for check in $(ls tests/iso)
for check in $(ls tests/iso/*)
do
if [[ -f $check && $check != "README.md" ]]
then