Lines Matching refs:echo
12 const {exec, echo, exit, test, env, pushd, popd} = require('shelljs');
38 echo('Generating Android artifacts inside /tmp/maven-local');
40 echo('Could not generate artifacts');
44 echo('Generated artifacts for Maven');
64 echo(
90 echo(
98 echo('Failed to publish artifacts to Sonatype (Maven Central)');
103 echo('Published artifacts to Maven Central');
148 echo(`Tag v${version} already exists.`);
149 echo('You may want to rollback the last commit');
150 echo('git reset --hard HEAD~1');