style(yaml_lint): fixed yaml lint errors
yaml lint was producing linting errors. Amended affected lines. #1
This commit is contained in:
		| @ -50,11 +50,11 @@ | ||||
|             junit: | ||||
|                 - "$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/*.junit.xml" | ||||
|     rules: | ||||
|       - if: '$CI_COMMIT_BRANCH == "master"' | ||||
|         when: never | ||||
|       - if: '$CI_COMMIT_BRANCH' | ||||
|         when: always | ||||
|       - when: never | ||||
|         - if: '$CI_COMMIT_BRANCH == "master"' | ||||
|           when: never | ||||
|         - if: '$CI_COMMIT_BRANCH' | ||||
|           when: always | ||||
|         - when: never | ||||
|  | ||||
|  | ||||
| MR Title: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user