Skip to content

Commit

Permalink
Rebase and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiqiao Yan authored and Aiqiao Yan committed May 11, 2020
1 parent 96e5a46 commit 7c7d003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3036,12 +3036,8 @@ function createTar(archiveFolder, sourceDirectories) {
const args = [
"-cz",
"-f",
<<<<<<< HEAD
constants_1.CacheFilename,
"-P",
=======
(_a = constants_1.CacheFilename) === null || _a === void 0 ? void 0 : _a.replace(/\\/g, "/"),
>>>>>>> Fallback to GNU tar if BSD tar is unavailable
"-P",
"-C",
(_b = workingDirectory) === null || _b === void 0 ? void 0 : _b.replace(/\\/g, "/"),
"--files-from",
Expand Down
6 changes: 1 addition & 5 deletions dist/save/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3017,12 +3017,8 @@ function createTar(archiveFolder, sourceDirectories) {
const args = [
"-cz",
"-f",
<<<<<<< HEAD
constants_1.CacheFilename,
"-P",
=======
(_a = constants_1.CacheFilename) === null || _a === void 0 ? void 0 : _a.replace(/\\/g, "/"),
>>>>>>> Fallback to GNU tar if BSD tar is unavailable
"-P",
"-C",
(_b = workingDirectory) === null || _b === void 0 ? void 0 : _b.replace(/\\/g, "/"),
"--files-from",
Expand Down

0 comments on commit 7c7d003

Please sign in to comment.