CI/CD working #3
|
|
@ -8,15 +8,15 @@ pipeline:
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements_test.txt
|
- pip install -r requirements_test.txt
|
||||||
- ./scripts/CI/setup.sh
|
- ./scripts/drone/setup.sh
|
||||||
- ./scripts/CI/test.sh
|
- ./scripts/drone/test.sh
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: python
|
image: python
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements_test.txt
|
- pip install -r requirements_test.txt
|
||||||
- ./scripts/CI/lint.sh
|
- ./scripts/drone/lint.sh
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
username:
|
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