@ -15,6 +15,7 @@ Ansible Lint (python 3.11):
|
|||||||
extends:
|
extends:
|
||||||
- .ansible_linter_defaults
|
- .ansible_linter_defaults
|
||||||
image: python:3.11-slim
|
image: python:3.11-slim
|
||||||
|
resource_group: build
|
||||||
|
|
||||||
|
|
||||||
Gitlab Release:
|
Gitlab Release:
|
||||||
|
@ -28,12 +28,13 @@ variables:
|
|||||||
|
|
||||||
Docker Container:
|
Docker Container:
|
||||||
extends: .build_docker_container
|
extends: .build_docker_container
|
||||||
|
resource_group: build
|
||||||
|
|
||||||
|
|
||||||
Docker.Hub.Branch.Publish:
|
Docker.Hub.Branch.Publish:
|
||||||
extends: .publish-docker-hub
|
extends: .publish-docker-hub
|
||||||
needs: [ "Docker Container" ]
|
needs: [ "Docker Container" ]
|
||||||
|
resource_group: build
|
||||||
rules: # rules manually synced from docker/publish.gitlab-ci.yaml removing git tag
|
rules: # rules manually synced from docker/publish.gitlab-ci.yaml removing git tag
|
||||||
|
|
||||||
- if: # condition_master_branch_push
|
- if: # condition_master_branch_push
|
||||||
@ -60,6 +61,7 @@ Docker.Hub.Branch.Publish:
|
|||||||
|
|
||||||
Docker.Hub.Tag.Publish:
|
Docker.Hub.Tag.Publish:
|
||||||
extends: .publish-docker-hub
|
extends: .publish-docker-hub
|
||||||
|
resource_group: build
|
||||||
rules: # rules manually synced from docker/publish.gitlab-ci.yaml only keeping git tag
|
rules: # rules manually synced from docker/publish.gitlab-ci.yaml only keeping git tag
|
||||||
|
|
||||||
- if: # condition_git_tag
|
- if: # condition_git_tag
|
||||||
|
@ -14,10 +14,12 @@ Documentation.Lint:
|
|||||||
Documentation.Build:
|
Documentation.Build:
|
||||||
extends: .MKDocs_Build_Docs
|
extends: .MKDocs_Build_Docs
|
||||||
needs: [ 'Documentation.Lint' ]
|
needs: [ 'Documentation.Lint' ]
|
||||||
|
resource_group: Documentation
|
||||||
|
|
||||||
# this name must always be called 'pages' so that gitlab pages work
|
# this name must always be called 'pages' so that gitlab pages work
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
resource_group: Documentation
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user