Skip to content

Commit

Permalink
Adds .gitkeep to keep the extensions dir around
Browse files Browse the repository at this point in the history
The release creation process requires the `vendor/cache/extensions`
directory to be present. However, the typical contents of that directory
are OS and/or CPU architecture-dependent, and probably should never be
commited to source control. Recent commits removed that directory, which
caused our release build process to fail.

So, this commit adds a `.gitkeep` file into `vendor/cache/extensions`,
which appears to satisfy the release creation process.

Another way to have resolved this issue would have been to remove the
`vendor/cache/extensions/**` pattern from `packages/director/spec` that
was introduced in commit `0f60a4c`. Because there's no readily available
documentation that describes what would go into this directory, we're
erring on the side of caution.

Signed-off-by: Brian Cunnie <[email protected]>
  • Loading branch information
klakin-pivotal authored and Ops Manager committed Feb 24, 2022
1 parent d1ba450 commit 4f15ff9
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 4,687 deletions.
File renamed without changes.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Empty file.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Empty file.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Empty file.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Empty file.

This file was deleted.

Loading

0 comments on commit 4f15ff9

Please sign in to comment.