fix(lint): use correct path for requirements.txt

!24
This commit is contained in:
2023-05-15 15:15:59 +09:30
parent 67f39d9694
commit a754aa81ed
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
- python3 -m venv env
- . env/bin/activate
- pip install --upgrade pip
- pip install -r $ROOT_DIR/ansible/requirements.txt
- pip install -r $ROOT_DIR/lint/requirements.txt
- mkdir $PYTHON_VERSION
script:
- ansible-lint -q --nocolor --parseable $ANSIBLE_LINT_PATH > "$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/$CI_JOB_NAME/$PYTHON_VERSION-ansible-lint.log" 1>&1 || ANSIBLE_LINT=$?