Skip to content

Commit

Permalink
test remove
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Mar 18, 2024
1 parent e243823 commit 0314d9f
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions .sqa/config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
sqa_criteria:
# qc_style:
# repos:
# deepaas:
# container: DEEPaaS-testing
# tox:
# tox_file: 'tox.ini'
# testenv:
# - flake8
# - black
# - pip-missing-reqs
# qc_security:
# repos:
# deepaas:
# container: DEEPaaS-testing
# tox:
# tox_file: 'tox.ini'
# testenv:
# - bandit
qc_style:
repos:
deepaas:
container: DEEPaaS-testing
commands:
- git config --global --add safe.directory /deepaas-testing
- tox -e flake8
- tox -e black
- tox -e pip-missing-reqs
qc_security:
repos:
deepaas:
container: DEEPaaS-testing
commands:
- git config --global --add safe.directory /deepaas-testing
- tox -e bandit
qc_doc:
repos:
deepaas:
Expand Down

0 comments on commit 0314d9f

Please sign in to comment.