fix(lint): all lint to immediatly start job

!57
This commit is contained in:
2023-06-08 14:27:04 +09:30
parent 9b00af996f
commit 4462ec0426
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Ansible Lint (python 3.11):
- .ansible_linter_defaults
image: python:3.11-slim
resource_group: build
needs: []
Gitlab Release:

View File

@ -29,6 +29,7 @@ variables:
Docker Container:
extends: .build_docker_container
resource_group: build
needs: []
Docker.Hub.Branch.Publish:

View File

@ -9,6 +9,7 @@ include:
Documentation.Lint:
extends: .Lint_Markdown_Docs
needs: []
Documentation.Build: