mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +00:00
echo $HOME in run container
This commit is contained in:
@ -36,6 +36,7 @@ function run() {
|
||||
console.log(error);
|
||||
});
|
||||
//console.log(`Tar Path for copy : ${tarBallPath}`);
|
||||
yield exec.exec('echo $HOME');
|
||||
// Get repo files from /github/workspace/
|
||||
yield exec.exec('ls -la ');
|
||||
yield io.cp(`${repo}-1.0.tar.gz`, '/root/rpmbuild/SOURCES/');
|
||||
|
@ -38,6 +38,7 @@ async function run() {
|
||||
});
|
||||
|
||||
//console.log(`Tar Path for copy : ${tarBallPath}`);
|
||||
await exec.exec('echo $HOME');
|
||||
|
||||
// Get repo files from /github/workspace/
|
||||
await exec.exec('ls -la ');
|
||||
|
Reference in New Issue
Block a user