Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --overwrite flag to tar extraction #156

Merged
merged 5 commits into from Feb 23, 2021
Merged

Add --overwrite flag to tar extraction #156

merged 5 commits into from Feb 23, 2021

Commits on Feb 15, 2021

  1. Add --overwrite flag to tar extraction

    There are times when previous actions have already extracted at least
    some files to the cache location. This results in subsequent cache
    extraction operations to emit errors such as:
    
    > /usr/bin/tar: [dest_file_path]: Cannot open: File exists
    
    This adds the --overwrite flag to the extract call to force tar to
    just overwrite these files rather than reporting errors.
    
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    stmcginnis committed Feb 15, 2021
    Copy the full SHA
    f0b40ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into file-exists

    Sergey Vilgelm committed Feb 15, 2021
    Copy the full SHA
    397d358 View commit details
    Browse the repository at this point in the history
  3. npm run lint-fix & npm run format

    Sergey Vilgelm committed Feb 15, 2021
    Copy the full SHA
    0b80e46 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Merge branch 'master' into file-exists

    Sergey Vilgelm committed Feb 23, 2021
    Copy the full SHA
    6850c86 View commit details
    Browse the repository at this point in the history
  2. ignore macOS

    Sergey Vilgelm committed Feb 23, 2021
    Copy the full SHA
    85502d6 View commit details
    Browse the repository at this point in the history