refactor(ci): inconsistant tabs

!21
This commit is contained in:
2023-05-14 14:10:06 +09:30
parent ca60625bf1
commit 02e9e5f4f4
3 changed files with 98 additions and 103 deletions

View File

@ -102,7 +102,7 @@ PyLint:
gilab-ci.yml Lint (python 3.11): gilab-ci.yml Lint (python 3.11):
variables: variables:
YAML_LINT_PATH: ".gitlab-ci* ./**/.gitlab-ci*" YAML_LINT_PATH: ".gitlab-ci* ./**/*gitlab-ci*"
YAML_LINT_EXTRA_ARGS: "{ extends: yaml_lint/.yamllint.yaml, ignore: [website-template/*] }" YAML_LINT_EXTRA_ARGS: "{ extends: yaml_lint/.yamllint.yaml, ignore: [website-template/*] }"
extends: extends:
- .yaml_lint_defaults - .yaml_lint_defaults
@ -112,7 +112,6 @@ gilab-ci.yml Lint (python 3.11):
Markdown Linting: Markdown Linting:
variables: variables:
MDLINT_EXCLUDE_PATHS: '!website_template !.gitlab CHANGELOG.md' MDLINT_EXCLUDE_PATHS: '!website_template !.gitlab CHANGELOG.md'
extends: extends:
- .Lint_Markdown - .Lint_Markdown

View File

@ -24,7 +24,6 @@ variables:
# JOB_STOP_GITLAB_RELEASE: 'any value' # JOB_STOP_GITLAB_RELEASE: 'any value'
.build_docker_container: .build_docker_container:
stage: build stage: build
image: nofusscomputing/docker-buildx-qemu:dev image: nofusscomputing/docker-buildx-qemu:dev
@ -105,7 +104,6 @@ variables:
- when: never - when: never
.publish-docker-hub: .publish-docker-hub:
stage: publish stage: publish
image: docker:23-dind image: docker:23-dind
@ -206,8 +204,6 @@ variables:
- when: never - when: never
Docker Container: Docker Container:
extends: .build_docker_container extends: .build_docker_container