Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into release_3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Oct 28, 2024
2 parents 2c954cb + fbc4125 commit 426a22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingest-pipeline/airflow/dags/azimuth_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def build_cwltool_cmd4(**kwargs):
)

t_log_info = LogInfoOperator(task_id="log_info")
t_move_data = MoveDataOperator(task_id="move_data", tigger_rule="all_done")
t_move_data = MoveDataOperator(task_id="move_data", trigger_rule="all_done")
t_join = JoinOperator(task_id="join")
t_create_tmpdir = CreateTmpDirOperator(task_id="create_tmpdir")
t_cleanup_tmpdir = CleanupTmpDirOperator(task_id="cleanup_tmpdir")
Expand Down

0 comments on commit 426a22d

Please sign in to comment.