Обновить .gitea/workflows/testscript
This commit is contained in:
parent
c6819fad58
commit
795c9cdd5f
@ -18,7 +18,7 @@ haserr=false
|
|||||||
for IM in $(ls $wspath/org/$ORG/ | xargs)
|
for IM in $(ls $wspath/org/$ORG/ | xargs)
|
||||||
do
|
do
|
||||||
echo "image=$IM"
|
echo "image=$IM"
|
||||||
imgpath="$REPO/$WS/$BR/$IM:$BR"
|
imgpath="$REPO/$BR/$IM:$BR"
|
||||||
command=''
|
command=''
|
||||||
testpath="$wspath/org/$ORG/$IM/test.yaml"
|
testpath="$wspath/org/$ORG/$IM/test.yaml"
|
||||||
if test -f $testpath
|
if test -f $testpath
|
||||||
|
Loading…
Reference in New Issue
Block a user