Skip to content

Commit

Permalink
remove duplicate --trust
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov authored Dec 20, 2023
1 parent b506d4a commit fad464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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
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

0 comments on commit fad464d

Please sign in to comment.