From f8e0194937a188656c2ab2b2892c636028a1fccc Mon Sep 17 00:00:00 2001 From: eli sharf <57587340+esharf@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:00:50 +0200 Subject: [PATCH] remove legacy rn generator (#31009) --- .gitlab/ci/.gitlab-ci.on-push.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/ci/.gitlab-ci.on-push.yml b/.gitlab/ci/.gitlab-ci.on-push.yml index a0f6f7849da0..7cd74c3c8dc5 100644 --- a/.gitlab/ci/.gitlab-ci.on-push.yml +++ b/.gitlab/ci/.gitlab-ci.on-push.yml @@ -39,7 +39,6 @@ trigger-private-build: .create-release-notes-and-common-docs: - section_start "Create Release Notes and Common Server Documentation" --collapsed - echo "Creating Release Notes and Content Descriptor" - - python3 Utils/release_notes_generator.py $CONTENT_VERSION $GIT_SHA1 $CI_BUILD_ID --packs-release-notes "${ARTIFACTS_FOLDER_SERVER_TYPE}/packs-release-notes.md" --content-descriptor "${ARTIFACTS_FOLDER_SERVER_TYPE}/content-descriptor.json" --github-token $GITHUB_TOKEN - ./Documentation/commonServerDocs.sh - section_end "Create Release Notes and Common Server Documentation"