Skip to content

Commit

Permalink
fix: exclude test/fixtures from .dockerignore (argoproj#12640)
Browse files Browse the repository at this point in the history
* fix: exclude test/fixtures from .dockerignore

argoproj#12620 introduced the ignore of the `test/` directory, which had the
unintended effect of breaking `make start`. To amend that, add an
override for `test/fixture` in order to unbreak
`test/container/dockerfile`.

Signed-off-by: Blake Pettersson <[email protected]>

* fix: also exclude `test/containers`

Signed-off-by: Blake Pettersson <[email protected]>

---------

Signed-off-by: Blake Pettersson <[email protected]>
Co-authored-by: Michael Crenshaw <[email protected]>
  • Loading branch information
blakepettersson and crenshaw-dev authored Mar 2, 2023
1 parent b1376e9 commit 32e6025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ hack/
docs/
examples/
.github/
!test/fixture
!test/container
!hack/installers
!hack/gpg-wrapper.sh
!hack/git-verify-wrapper.sh
Expand Down

0 comments on commit 32e6025

Please sign in to comment.