From 2f7df2aace6980799dc628bf57583660b53a6b1d Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Mon, 12 Feb 2024 12:39:49 -0600 Subject: [PATCH] Removed file type condition for snowflake step --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a6c817b..d47f863 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -40,7 +40,7 @@ pipelines: condition: changesets: includePaths: - - snowflake/**/*.sql + - snowflake/**/* uat: - step: <<: *terraform_plan_apply