Skip to content

Commit

Permalink
refactor: ♻️ Disable BootstrapDataTarget Job as it's unusable at this…
Browse files Browse the repository at this point in the history
… time.
  • Loading branch information
jdrew82 committed Oct 24, 2024
1 parent 5d56dfe commit 26d7d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/585.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disabled the BootstrapDataTarget Job as it's not usable at this time.
2 changes: 1 addition & 1 deletion nautobot_ssot/integrations/bootstrap/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def run(self, read_destination, dryrun, memory_profiling, debug, *args, **kwargs
super().run(dryrun=self.dryrun, memory_profiling=self.memory_profiling, *args, **kwargs)


jobs = [BootstrapDataSource, BootstrapDataTarget]
jobs = [BootstrapDataSource]

0 comments on commit 26d7d20

Please sign in to comment.