[Bug] Integrations-Pr Command (Elastic-Package Linting and Version Adjustments) (#2054)

* started solution for integrations-pr bug

* Update devtools.py

* Update detection_rules/devtools.py

* Update detection_rules/devtools.py

Co-authored-by: Mika Ayenson <Mikaayenson@users.noreply.github.com>
This commit is contained in:
Terrance DeJesus
2022-08-24 14:01:30 -04:00
committed by GitHub
parent 6ff7d2284d
commit 5a04aaf671
-1
View File
@@ -541,7 +541,6 @@ def integrations_pr(ctx: click.Context, local_repo: str, token: str, draft: bool
os.chdir(prev)
elastic_pkg("format")
elastic_pkg("lint")
# Upload the files to a branch
git("add", pkg_directory)