Skip to content

Commit f648476

Browse files
committed
Updated the readme and resolved the merge conflicts
1 parent 826493f commit f648476

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository allows you to install [Apache Airflow](https://airflow.apache.or
1010

1111
### Currently Supported Versions of Airflow
1212
- Airflow 1.9.0
13-
- Airflow 1.10.0
13+
- Airflow 1.10.3
1414

1515
### Currently Supported Operating Systems
1616
- CentOS/RHEL 6 & 7
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
<<<<<<< HEAD
2-
=======
31
#!/bin/bash -x
4-
>>>>>>> 11b39ebe4b384d6ad1c1735474123e5af2c8676a
52
for pid in `ps -ef | grep -v "grep" | grep "airflow scheduler" | awk '{print $2}'` ; do kill -9 $pid || true ; done

0 commit comments

Comments
 (0)