mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 12:13:51 +00:00
"$HOME"
This commit is contained in:
@ -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/');
|
||||||
|
@ -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 ');
|
||||||
|
Reference in New Issue
Block a user