CI/CD working #3
|
|
@ -8,15 +8,15 @@ pipeline:
|
|||
group: test
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/CI/setup.sh
|
||||
- ./scripts/CI/test.sh
|
||||
- ./scripts/drone/setup.sh
|
||||
- ./scripts/drone/test.sh
|
||||
|
||||
lint:
|
||||
image: python
|
||||
group: test
|
||||
commands:
|
||||
- pip install -r requirements_test.txt
|
||||
- ./scripts/CI/lint.sh
|
||||
- ./scripts/drone/lint.sh
|
||||
|
||||
settings:
|
||||
username:
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
cd lockbox
|
||||
printf "\n\n|| Starting ruff check ||\n\n"
|
||||
ruff check --config=../pyproject.toml
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
printf "\n\n|| Starting ruff check ||\n\n"
|
||||
ruff check --config=./pyproject.toml
|
||||
Loading…
Reference in New Issue