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:
parent
7c734003d7
commit
e6296ee644
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -136,7 +136,7 @@ jobs:
|
||||||
set -ex
|
set -ex
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
for check in $(ls tests/iso)
|
for check in $(ls tests/iso/*)
|
||||||
do
|
do
|
||||||
if [[ -f $check && $check != "README.md" ]]
|
if [[ -f $check && $check != "README.md" ]]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue