Skip to content

Commit

Permalink
Add repo flag to test scripts (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Davis <jeffda@vmware.com>
  • Loading branch information
Richard Lander authored and Jeff Davis committed Sep 10, 2021
1 parent 34365e2 commit 8fd6978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions test/application.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ EOF

operator-builder init \
--workload-config .test/workload.yaml \
--repo github.com/acme/acme-webstore-mgr \
--skip-go-version-check

operator-builder create api \
Expand Down
6 changes: 1 addition & 5 deletions test/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,13 +420,9 @@ spec:
image: nginx:1.17 # +workload:EnvoyImage:type=string
EOF

# TODO: domain flag exists as part of workload-collection but is not
# properly being pulled in during init
# see https://github.com/vmware-tanzu-labs/operator-builder/issues/11
go mod init acme.com/operator-builder-test

operator-builder init \
--workload-config .test/cnp-workload-collection.yaml \
--repo github.com/acme/acme-cnp-mgr \
--skip-go-version-check

operator-builder create api \
Expand Down

0 comments on commit 8fd6978

Please sign in to comment.