Skip to content

Commit

Permalink
add --no-skip-on-failure for command clone
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Apr 8, 2024
1 parent 3104b2b commit 4321942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ def retry(ctx, **kwargs):
@global_flags
@p.exclude
@p.full_refresh
@p.no_skip_on_failure
@p.profile
@p.profiles_dir
@p.project_dir
Expand Down

0 comments on commit 4321942

Please sign in to comment.