From 898194247166d7b6ac660cc140ee12b96beb2759 Mon Sep 17 00:00:00 2001 From: Aleksei Babich Date: Tue, 5 May 2026 10:32:53 +0200 Subject: [PATCH] remove pipeline.yml --- .buildkite/pipeline.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .buildkite/pipeline.yml diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml deleted file mode 100644 index 0d876a9..0000000 --- a/.buildkite/pipeline.yml +++ /dev/null @@ -1,7 +0,0 @@ -steps: - - label: ":building_construction: Setup CI Tests" - key: "super_run" - commands: | - set -e - curl -fsSL https://raw.githubusercontent.com/fivetran/dbt_package_automations/test/superscript/.buildkite/scripts/SUPER_RUN.sh -o SUPER_RUN.sh - bash SUPER_RUN.sh \ No newline at end of file