From 2511e43b214f29dc072bac7c17d909bb7d69f478 Mon Sep 17 00:00:00 2001 From: qishiyao Date: Mon, 28 Aug 2023 15:49:00 +0800 Subject: [PATCH] * Add lib downgrade --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f772fbe4d5..1f35f89647 100644 --- a/Makefile +++ b/Makefile @@ -282,7 +282,7 @@ ciCommon: zip -rq -9 ZenTaoALM.$(VERSION).int.zip zentaoalm # downgrade - @test "$(DOWNGRADE_ENABLED)" != "true" && echo "skip downgrade" || ./misc/downgrade.sh -p "$(DOWNGRADE_VERSIONS)" -i -r zentaopms -o "$(RELEASE_PATH)" framework/ module/* + @test "$(DOWNGRADE_ENABLED)" != "true" && echo "skip downgrade" || ./misc/downgrade.sh -p "$(DOWNGRADE_VERSIONS)" -i -r zentaopms -o "$(RELEASE_PATH)" framework/ lib/ module/* rm -fr zentaopms zentaoalm