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"