From 8aad9c1927ecc172c1e89df88acdbf4ff749b9c5 Mon Sep 17 00:00:00 2001 From: armab Date: Mon, 27 Apr 2020 22:08:25 +0100 Subject: [PATCH] Fix 3.2.0 build failure due to missing init files update --- actions/st2_prep_release_for_st2.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/actions/st2_prep_release_for_st2.sh b/actions/st2_prep_release_for_st2.sh index ca4c0965..e5d664b4 100644 --- a/actions/st2_prep_release_for_st2.sh +++ b/actions/st2_prep_release_for_st2.sh @@ -77,6 +77,12 @@ git checkout -b ${BRANCH} origin/master COMMON_INIT_FILES=( "st2common/st2common/__init__.py" "st2client/st2client/__init__.py" + "st2actions/st2actions/__init__.py" + "st2api/st2api/__init__.py" + "st2auth/st2auth/__init__.py" + "st2debug/st2debug/__init__.py" + "st2reactor/st2reactor/__init__.py" + "st2stream/st2stream/__init__.py" ) # Add all the runners