From 1e707d6ce2ec276642be2e922ac398bb6a48ebfb Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Mon, 11 Mar 2024 17:36:57 -0500 Subject: [PATCH] updated pipeline yaml for streamlit --- bitbucket-pipelines.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index daf190e..42140f2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -82,18 +82,14 @@ pipelines: condition: changesets: includePaths: - - streamlit/**/* + - "streamlit/**/*" - step: <<: *airflow_dags_deploy condition: changesets: includePaths: - airflow/dags/* - - step: - <<: *streamlit_deploy - condition: - paths: - - streamlit/**/* + # UAT and PROD pipelines will be updated with Streamlit steps once it is tested and ready UAT: - step: