style(yaml_lint): fixed yaml lint errors

yaml lint was producing linting errors. Amended affected lines.

#1
This commit is contained in:
2021-08-11 13:47:34 +09:30
parent d20a56fa0c
commit def31ef562
4 changed files with 21 additions and 23 deletions

View File

@ -14,9 +14,7 @@
artifacts:
expire_in: 1 day
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_BRANCH == "development"'
when: always
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_BRANCH == "development"'
when: always