-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to actions/upload-artifact#602 Hidden folders are skipped. We are using .output, so it was skipped and artifacts were not collected in case of an error. Rename it to fix the problem. Signed-off-by: Or Shoval <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,4 +82,4 @@ jobs: | |
if: failure() | ||
with: | ||
name: test-logs | ||
path: ./test/e2e/.output/*.log | ||
path: ./test/e2e/_output/*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,4 @@ go.work | |
|
||
# output dir for the hack/cluster.sh artifacts and e2e tests | ||
.output | ||
_output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters