This commit is contained in:
Naveenraj M
2020-03-29 23:46:10 +05:30
parent 20324b2b3a
commit a10c2dab6a
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ function run() {
console.log(error); console.log(error);
}); });
//console.log(`Tar Path for copy : ${tarBallPath}`); //console.log(`Tar Path for copy : ${tarBallPath}`);
yield exec.exec('echo $HOME'); yield exec.exec('echo "$HOME"');
// Get repo files from /github/workspace/ // Get repo files from /github/workspace/
yield exec.exec('ls -la '); yield exec.exec('ls -la ');
yield io.cp(`${repo}-1.0.tar.gz`, '/root/rpmbuild/SOURCES/'); yield io.cp(`${repo}-1.0.tar.gz`, '/root/rpmbuild/SOURCES/');

View File

@ -38,7 +38,7 @@ async function run() {
}); });
//console.log(`Tar Path for copy : ${tarBallPath}`); //console.log(`Tar Path for copy : ${tarBallPath}`);
await exec.exec('echo $HOME'); await exec.exec('echo "$HOME"');
// Get repo files from /github/workspace/ // Get repo files from /github/workspace/
await exec.exec('ls -la '); await exec.exec('ls -la ');