mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated workflows
This commit is contained in:
4
.github/workflows/docker-crawlab.yml
vendored
4
.github/workflows/docker-crawlab.yml
vendored
@@ -222,9 +222,9 @@ jobs:
|
||||
res=`${cmd}`
|
||||
echo "res: ${res}"
|
||||
if [[ $res =~ "success" ]]; then
|
||||
echo "test_passed=true" >> $GITHUB_OUTPUT
|
||||
echo "::set-output test_passed=true"
|
||||
else
|
||||
echo "test_passed=false" >> $GITHUB_OUTPUT
|
||||
echo "::set-output test_passed=false"
|
||||
exit 1
|
||||
fi
|
||||
docker stop crawlab_master
|
||||
|
||||
Reference in New Issue
Block a user