Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copier command in test-migrations.sh #2169

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scripts/test-migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ function run_tests_for_version() {
# Initialize zenml with the appropriate template
# hardcoded to 0.43.0 since this is the latest template-starter repo
# release tag
git clone -b "release/0.43.0" https://github.com/zenml-io/template-starter
copier copy template-starter/ test_starter --trust --defaults
copier copy --trust -l --trust -r release/0.43.0 https://github.com/zenml-io/template-starter.git test_starter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
copier copy --trust -l --trust -r release/0.43.0 https://github.com/zenml-io/template-starter.git test_starter
copier copy -l --trust -r release/0.43.0 https://github.com/zenml-io/template-starter.git test_starter

cd test_starter

export ZENML_ANALYTICS_OPT_IN=false
Expand Down
Loading