Skip to content
Snippets Groups Projects
Commit 96615508 authored by fejao's avatar fejao
Browse files

Updating files

parent cf8a18e3
No related branches found
No related tags found
2 merge requests!31Adding role oh my bash submodule,!30Adding role oh my bash submodule
Pipeline #37882 passed
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
hosts: hosts:
- example_servers_group - example_servers_group
roles: roles:
- roles/oh_my_bash - roles/c3infodesk-deployment-role-oh-my-bash
...@@ -15,4 +15,4 @@ include: ...@@ -15,4 +15,4 @@ include:
- local: ci-cd/templates/role-clone-repositories.yml - local: ci-cd/templates/role-clone-repositories.yml
- local: ci-cd/templates/role-docker-images.yml - local: ci-cd/templates/role-docker-images.yml
- local: ci-cd/templates/role-docker-containers.yml - local: ci-cd/templates/role-docker-containers.yml
# - local: ci-cd/templates/role-oh-my-bash.yml - local: ci-cd/templates/role-oh-my-bash.yml
...@@ -15,28 +15,28 @@ include: ...@@ -15,28 +15,28 @@ include:
### ###
### SYNTAX ### SYNTAX
### ###
syntax-clone-repositories: syntax-oh-my-bash:
stage: syntax-checks stage: syntax-checks
image: $IMAGE_NAME_SYNTAX image: $IMAGE_NAME_SYNTAX
extends: .script_syntax_check_main extends: .script_syntax_check_main
variables: variables:
PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_CLONE_REPOSITORIES PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_OH_MY_BASH
# only: # only:
# changes: # changes:
# - roles/c3infodesk-deployment-role-clone-repositories # - roles/c3infodesk-deployment-role-oh-my-bash
### ###
### LINT ### LINT
### ###
lint-clone-repositories: lint-oh-my-bash:
stage: lint-tests stage: lint-tests
image: $IMAGE_NAME_LINT image: $IMAGE_NAME_LINT
extends: .run_lint extends: .run_lint
variables: variables:
PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_CLONE_REPOSITORIES PLAYBOOK_PATH: $PATH_PLAYBOOK_FOR_ROLE_OH_MY_BASH
# only: # only:
# changes: # changes:
# - roles/c3infodesk-deployment-role-clone-repositories # - roles/c3infodesk-deployment-role-oh-my-bash
### ###
### MOLECULE ### MOLECULE
......
Subproject commit 11cd70cfb266f76ab8909a9e3217233061be1000 Subproject commit 900d078af1526012f5996835ac840510e1758826
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment