Skip to content

Commit

Permalink
remove legacy rn generator (#31009)
Browse files Browse the repository at this point in the history
  • Loading branch information
esharf committed Nov 21, 2023
1 parent 94a6e00 commit f8e0194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab/ci/.gitlab-ci.on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f8e0194

Please sign in to comment.