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