You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/06 07:47:29 UTC

[airflow-site] branch potiuk-patch-1 created (now fca08b5)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch potiuk-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


      at fca08b5  Remove renundant empty line

This branch includes the following new commits:

     new fca08b5  Remove renundant empty line

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Remove renundant empty line

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch potiuk-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit fca08b572c21a7fded74723739fd70033381232c
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Thu Aug 6 09:47:21 2020 +0200

    Remove renundant empty line
    
    Triggering build
---
 site.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site.sh b/site.sh
index 74025a1..aa26e88 100755
--- a/site.sh
+++ b/site.sh
@@ -16,7 +16,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-
 set -euox pipefail
 
 WORKING_DIR="$(pwd)"