You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/12/06 14:04:26 UTC

[airflow] branch main updated: Fix failing docs on main (#28160)

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

ash 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 4fdfef909e Fix failing docs on main (#28160)
4fdfef909e is described below

commit 4fdfef909e3b9a22461c95e4ee123a84c47186fd
Author: Ash Berlin-Taylor <as...@apache.org>
AuthorDate: Tue Dec 6 14:04:16 2022 +0000

    Fix failing docs on main (#28160)
    
    Two PRs both added this constant and there was a "race" in merging it
    that resulting in an error in docs build despite neither failing on when
    the branch tests ran.
    
    Sometimes that just happens
---
 .../providers/google/cloud/cloud_build/example_cloud_build_trigger.py    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/system/providers/google/cloud/cloud_build/example_cloud_build_trigger.py b/tests/system/providers/google/cloud/cloud_build/example_cloud_build_trigger.py
index 6ce77af43c..906f5df628 100644
--- a/tests/system/providers/google/cloud/cloud_build/example_cloud_build_trigger.py
+++ b/tests/system/providers/google/cloud/cloud_build/example_cloud_build_trigger.py
@@ -41,7 +41,6 @@ from airflow.utils.trigger_rule import TriggerRule
 
 ENV_ID = os.environ.get("SYSTEM_TESTS_ENV_ID")
 PROJECT_ID = os.environ.get("SYSTEM_TESTS_GCP_PROJECT")
-TRIGGER_NAME = f"cloud-build-trigger-{ENV_ID}"
 
 DAG_ID = "example_gcp_cloud_build_trigger"