Skip to content

Commit a9d85e3

Browse files
authored
Point slack at summary builds not history (#22123)
1 parent e32215f commit a9d85e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bin/build_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DESTINATION_DEFINITIONS_YAML = f"{CONNECTOR_DEFINITIONS_DIR}/destination_definitions.yaml"
3131
CONNECTORS_ROOT_PATH = "./airbyte-integrations/connectors"
3232
RELEVANT_BASE_MODULES = ["base-normalization", "source-acceptance-test"]
33-
CONNECTOR_BUILD_OUTPUT_URL = "https://dnsgjos7lj2fu.cloudfront.net/tests/history/connectors"
33+
CONNECTOR_BUILD_OUTPUT_URL = "https://dnsgjos7lj2fu.cloudfront.net/tests/summary/connectors"
3434

3535
# Global vars
3636
TESTED_SOURCE = []

0 commit comments

Comments
 (0)