From 4db996ff85b18606f3f2a8e95293837b6db3a633 Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Mon, 11 Mar 2024 17:42:50 -0500 Subject: [PATCH] Updated conditional step in pipeline yaml for streamlit --- bitbucket-pipelines.yml | 1 + streamlit/interface_1.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 42140f2..29c80e3 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -82,6 +82,7 @@ pipelines: condition: changesets: includePaths: + - "streamlit/*" - "streamlit/**/*" - step: <<: *airflow_dags_deploy diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 334959f..a02d1c4 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -25,6 +25,7 @@ st.set_page_config(layout = "wide") # add_vertical_space(15) # # st.write("Doczy") + util.setup_page(REDIRECT_URI) if st.session_state.user_info['mail'] in user_list: