Merge pull request #382 from marcusholl/pr/logMtaBuildCall

Log mta call which get executed.
This commit is contained in:
Marcus Holl
2018-12-07 13:02:15 +01:00
committed by GitHub
+2
View File
@@ -77,6 +77,8 @@ void call(Map parameters = [:]) {
if (configuration.extension) mtaCall += " --extension=$configuration.extension"
mtaCall += ' build'
echo "[INFO] Executing mta build call: '${mtaCall}'."
sh """#!/bin/bash
export PATH=./node_modules/.bin:${PATH}
$mtaCall