Merge "Fix syntax error" into stable/train

This commit is contained in:
Zuul 2020-06-20 06:38:40 +00:00 committed by Gerrit Code Review
commit c61f22c828
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ function workflow_finished {
done
echo "Workflow $execution_id did not finish after $ENABLE_SSH_ADMIN_TIMEOUT seconds."
return 1
}
function generate_short_term_keys {
local tmpdir=$(mktemp -d)