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 2021/07/14 07:08:11 UTC

[airflow] branch main updated: Removes duplicated lines from generate constraints instructions (#16984)

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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f8f81f  Removes duplicated lines from generate constraints instructions (#16984)
9f8f81f is described below

commit 9f8f81f27d367fcde171173596f1f30a3a7069f8
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Jul 14 09:07:55 2021 +0200

    Removes duplicated lines from generate constraints instructions (#16984)
---
 CONTRIBUTING.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 7a26806..95ab829 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -872,8 +872,6 @@ This can be done by running this (it utilizes parallel preparation of the constr
     for python_version in $(echo "${CURRENT_PYTHON_MAJOR_MINOR_VERSIONS_AS_STRING}")
     do
       ./breeze build-image --upgrade-to-newer-dependencies --python ${python_version} --build-cache-local
-      ./breeze build-image --upgrade-to-newer-dependencies --python ${python_version} --build-cache-local
-      ./breeze build-image --upgrade-to-newer-dependencies --python ${python_version} --build-cache-local
     done
 
     GENERATE_CONSTRAINTS_MODE="pypi-providers" ./scripts/ci/constraints/ci_generate_all_constraints.sh