Skip to content

Commit

Permalink
Rebase and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiqiao Yan committed Apr 10, 2020
1 parent 306f725 commit 7ccdf5c
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 @@ -5041,12 +5041,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 @@ -5018,12 +5018,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 7ccdf5c

Please sign in to comment.