CI/CD working #3

Merged
kitty merged 13 commits from ci_test into develop 2024-04-27 09:56:21 +00:00
5 changed files with 5 additions and 6 deletions
Showing only changes of commit a49930b3ac - Show all commits

View File

@ -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:

View File

@ -1,3 +0,0 @@
cd lockbox
printf "\n\n|| Starting ruff check ||\n\n"
ruff check --config=../pyproject.toml

2
scripts/drone/lint.sh Executable file
View File

@ -0,0 +1,2 @@
printf "\n\n|| Starting ruff check ||\n\n"
ruff check --config=./pyproject.toml