Skip to content

Commit

Permalink
Updated demisto-sdk version to 1.6.3 (demisto#18412)
Browse files Browse the repository at this point in the history
* SDK command typo - will be fixed in SDK v1.6.3

* update sdk version in dev-requirements-py3.txt to 1.6.3 version

* Updated the sdk version in dev-requirements-py3.txt to 1.6.3

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
  • Loading branch information
ShacharKidor and dorschw authored Apr 6, 2022
1 parent 6dea4d4 commit 1e26cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packs/ContentManagement/docs-files/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
cd $GITHUB_WORKSPACE/repository
# Run validate on all changed files
demisto-sdk validate --quite-bc-validation --no-conf-json --allow-skipped
demisto-sdk validate --quiet-bc-validation --no-conf-json --allow-skipped
- name: Run Unit Testing and Lint
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements-py3.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8==4.0.1
bandit==1.7.2
demisto-py>=3.1.1
git+https://github.com/demisto/demisto-sdk.git@80daa5b43f68859cf654cbf1e613f3f374655d7b#egg=demisto-sdk
demisto-sdk==1.6.3
pytest==7.0.1
pytest-mock==3.7.0
requests-mock==1.9.3
Expand Down

0 comments on commit 1e26cfa

Please sign in to comment.