Fix syntax.
This commit is contained in:
parent
446721255b
commit
a2b8c5c6fc
|
@ -178,7 +178,7 @@ def exec(repo_url, repo_name) {
|
||||||
output = sh(script: bashWrapper, returnStdout: true)?.trim()
|
output = sh(script: bashWrapper, returnStdout: true)?.trim()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sh "echo -e '<action repo="${repo_url}">"' --- >> $ACTION_OUTPUT"
|
sh "echo -e '<action repo="${repo_url}">' --- >> $ACTION_OUTPUT"
|
||||||
sh "echo -e '<stdout>' >> $ACTION_OUTPUT"
|
sh "echo -e '<stdout>' >> $ACTION_OUTPUT"
|
||||||
sh "echo -e '${output}' >> $ACTION_OUTPUT"
|
sh "echo -e '${output}' >> $ACTION_OUTPUT"
|
||||||
sh "echo -e '</stdout>' >> $ACTION_OUTPUT"
|
sh "echo -e '</stdout>' >> $ACTION_OUTPUT"
|
||||||
|
|
Loading…
Reference in New Issue