Skip to content

Commit

Permalink
Remove Python verson check for triggerer in breeze start-airflow (#36063
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Bowrna authored Dec 7, 2023
1 parent b246447 commit c6ef745
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/in_container/bin/run_tmux
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ if [[ ${DEV_MODE=} == "true" ]]; then
else
tmux send-keys 'airflow webserver' C-m
fi
if python -c 'import sys; sys.exit(sys.version_info < (3, 7))'; then
tmux select-pane -t 0
tmux split-window -h
tmux send-keys 'airflow triggerer' C-m
fi

tmux select-pane -t 0
tmux split-window -h
tmux send-keys 'airflow triggerer' C-m

if [[ ${INTEGRATION_CELERY} == "true" ]]; then
tmux select-pane -t 0
tmux split-window -h
Expand Down

0 comments on commit c6ef745

Please sign in to comment.