Skip to content

Commit

Permalink
Merge pull request #222 from DSD-DBS/fix-ensure-backup-copy-does-not-…
Browse files Browse the repository at this point in the history
…fail

fix: Add `overrideExistingProject` to backup call
  • Loading branch information
MoritzWeber0 authored Dec 15, 2023
2 parents 922b165 + 56e4ba6 commit d01816f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t4c/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def run_importer_script() -> None:
OUTPUT_FOLDER,
"-archiveProject",
"false",
"-overrideExistingProject",
"true",
"-importCommitHistoryAsJson",
os.getenv("INCLUDE_COMMIT_HISTORY", "true"),
"-includeCommitHistoryChanges",
Expand Down

0 comments on commit d01816f

Please sign in to comment.