Fix comment

Drive-by:
  * Ignore vim swapfiles
This commit is contained in:
Belden Lyman
2021-09-17 10:59:52 -07:00
parent 21d76af2f5
commit 626822dc92
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# editor
*.swp
# dependencies
package-lock.json
node_modules

View File

@ -40,7 +40,7 @@ async function run() {
// setup rpm tree
await exec.exec('rpmdev-setuptree');
// Copy spec file from path specFile to /root/rpmbuild/SPECS/
// Copy spec file from path specFile to /github/home/rpmbuild/SPECS/
await exec.exec(`cp /github/workspace/${specFile} /github/home/rpmbuild/SPECS/`);
// Make the code in /github/workspace/ into a tar.gz, located in /github/home/rpmbuild/SOURCES/