Commit 3bd72686 authored by one_jh's avatar one_jh
Browse files

Update passfail.py

parent 2ef24643
...@@ -53,8 +53,8 @@ run_this = BashOperator( ...@@ -53,8 +53,8 @@ run_this = BashOperator(
bash_command=templated_command, bash_command=templated_command,
dag=dag, dag=dag,
) )
start >> run_this
start >> passing >> run_this # start >> passing >> run_this
start >> failing # start >> failing
# passing.set_upstream(start) # passing.set_upstream(start)
# failing.set_upstream(start) # failing.set_upstream(start)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment