Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
wyTrivail committed Jun 20, 2020
1 parent a18ad11 commit 6f325e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ async function run() {
try {
let splitted = specFile.split("/");
let specFileName = splitted[splitted.length-1];
console.log(`specFileName: ${specFileName}`);
await exec.exec(
`rpmbuild -ba /github/home/rpmbuild/SPECS/${specFileName}`
);
Expand Down

0 comments on commit 6f325e1

Please sign in to comment.