Skip to content

Commit 3edcd3c

Browse files
authored
1.10.1 hotfix (#24505)
* hotfix * update sdk * sdk update 2 * new sdk * lock file
1 parent d21a801 commit 3edcd3c

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

.gitlab/ci/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ validate-content-conf:
123123

124124
- echo "Updating the content graph"
125125
- mkdir $ARTIFACTS_FOLDER/content_graph
126-
- demisto-sdk create-content-graph --marketplace $MARKETPLACE_VERSION -o $ARTIFACTS_FOLDER/content_graph
126+
- demisto-sdk update-content-graph --marketplace $MARKETPLACE_VERSION -o $ARTIFACTS_FOLDER/content_graph -g
127127
- echo "Successfully updated content graph"
128128

129129
- section_end "Create or update content graph"

poetry.lock

Lines changed: 31 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
python = "^3.8,<3.11"
1010

1111
[tool.poetry.group.dev.dependencies]
12-
demisto-sdk = "1.10.0"
12+
demisto-sdk = "1.10.1"
1313
requests = "^2.22.0"
1414
pre-commit = "^2.20.0"
1515

0 commit comments

Comments
 (0)