Skip to content

Commit

Permalink
stage private packs for the graph (#32923)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilappe authored and maimorag committed Feb 22, 2024
1 parent 48ec93e commit d1d8d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/ci/.gitlab-ci.on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ validate-content-conf:
- !reference [.create-release-notes-and-common-docs]
- !reference [.secrets-fetch]
- section_start "Create or update content graph" --collapsed

- echo "Staging the repo to include the private packs in the graph"
- git add Packs
- echo "Updating the content graph"
- mkdir "${ARTIFACTS_FOLDER_SERVER_TYPE}/content_graph"
- demisto-sdk update-content-graph -g --marketplace "${MARKETPLACE_VERSION}" -o "${ARTIFACTS_FOLDER_SERVER_TYPE}/content_graph"
Expand Down

0 comments on commit d1d8d94

Please sign in to comment.