@ -102,7 +102,7 @@ PyLint:
|
||||
|
||||
gilab-ci.yml Lint (python 3.11):
|
||||
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/*] }"
|
||||
extends:
|
||||
- .yaml_lint_defaults
|
||||
@ -112,7 +112,6 @@ gilab-ci.yml Lint (python 3.11):
|
||||
Markdown Linting:
|
||||
variables:
|
||||
MDLINT_EXCLUDE_PATHS: '!website_template !.gitlab CHANGELOG.md'
|
||||
|
||||
extends:
|
||||
- .Lint_Markdown
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@ variables:
|
||||
# JOB_STOP_GITLAB_RELEASE: 'any value'
|
||||
|
||||
|
||||
|
||||
.build_docker_container:
|
||||
stage: build
|
||||
image: nofusscomputing/docker-buildx-qemu:dev
|
||||
@ -105,7 +104,6 @@ variables:
|
||||
- when: never
|
||||
|
||||
|
||||
|
||||
.publish-docker-hub:
|
||||
stage: publish
|
||||
image: docker:23-dind
|
||||
@ -206,8 +204,6 @@ variables:
|
||||
- when: never
|
||||
|
||||
|
||||
|
||||
|
||||
Docker Container:
|
||||
extends: .build_docker_container
|
||||
|
||||
|
||||
Reference in New Issue
Block a user