Обновить .gitea/workflows/testscript
Some checks failed
Full building alt images / build-process (push) Successful in 53m27s
Full building alt images / test-process (push) Failing after 1m39s

This commit is contained in:
Надежда Краснобородько 2024-05-23 16:20:27 +03:00
parent c6819fad58
commit 795c9cdd5f

View File

@ -18,7 +18,7 @@ haserr=false
for IM in $(ls $wspath/org/$ORG/ | xargs)
do
echo "image=$IM"
imgpath="$REPO/$WS/$BR/$IM:$BR"
imgpath="$REPO/$BR/$IM:$BR"
command=''
testpath="$wspath/org/$ORG/$IM/test.yaml"
if test -f $testpath