Skip to content

Commit

Permalink
Fix failing Repo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Nov 5, 2024
1 parent 6df205b commit 1791a38
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg/cli/commands/repo/reg/testdata/auth-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
name: test-blueprints
namespace: default
spec:
content: Package
git:
branch: main
directory: /
Expand Down
1 change: 0 additions & 1 deletion pkg/cli/commands/repo/reg/testdata/full-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
name: repository-resource-name
namespace: repository-namespace
spec:
content: Package
deployment: true
description: '"Test Repository Description"'
git:
Expand Down
1 change: 0 additions & 1 deletion pkg/cli/commands/repo/reg/testdata/simple-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
name: test-blueprints
namespace: default
spec:
content: Package
git:
branch: main
directory: /
Expand Down

0 comments on commit 1791a38

Please sign in to comment.