Skip to content

Commit

Permalink
oh i was double copying
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff committed Oct 23, 2023
1 parent b0476d5 commit e3dfbeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/testdata/bundles/mysql/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schemaVersion: 1.0.0
schemaVersion: 1.0.1
name: mysql
version: 0.1.4
version: 0.1.0
registry: "localhost:5000"

mixins:
Expand Down
4 changes: 2 additions & 2 deletions build/testdata/bundles/wordpress/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
schemaVersion: 1.0.0
schemaVersion: 1.0.1
name: wordpress
version: 0.1.4
registry: "localhost:5000"
Expand All @@ -14,7 +14,7 @@ dependencies:
requires:
- name: mysql
bundle:
reference: localhost:5000/mysql:v0.1.4
reference: localhost:5000/mysql:0.1.0
parameters:
database-name: wordpress
mysql-user: wordpress
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/dependencies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ func TestSharedDependencies(t *testing.T) {

p.CopyDirectory(filepath.Join(p.RepoRoot, "build/testdata/bundles/mysql"), ".", false)
installMySQLbundle(ctx, p, namespace)
p.CopyDirectory(filepath.Join(p.RepoRoot, "build/testdata/bundles/wordpress"), "./wordpress", false)
p.Chdir("./wordpress")
installWordpressBundle(ctx, p, namespace)

}
Expand Down

0 comments on commit e3dfbeb

Please sign in to comment.