mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 10:53:06 -06:00
ITPLT-3977 run pre-commit from within pipenv
This commit is contained in:
@@ -26,7 +26,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt update && apt install -y pipenv
|
- apt update && apt install -y pipenv
|
||||||
- pipenv sync --dev
|
- pipenv sync --dev
|
||||||
- pre-commit run --all-files
|
- pipenv run pre-commit run --all-files
|
||||||
- step:
|
- step:
|
||||||
name: Pre Parallelization stage
|
name: Pre Parallelization stage
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user