Merged in dev_umistry (pull request #31)
Updated conditional step in pipeline yaml for streamlit
This commit is contained in:
@@ -82,6 +82,7 @@ pipelines:
|
||||
condition:
|
||||
changesets:
|
||||
includePaths:
|
||||
- "streamlit/*"
|
||||
- "streamlit/**/*"
|
||||
- step:
|
||||
<<: *airflow_dags_deploy
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user