Skip to content
Snippets Groups Projects
Commit a8a990cc authored by Luhan Cheng's avatar Luhan Cheng
Browse files

update ansible lint stage

parent 595d87ec
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
...@@ -6,7 +6,7 @@ variables: ...@@ -6,7 +6,7 @@ variables:
stages: stages:
# - integration_test_downstream # working but unwanted here # - integration_test_downstream # working but unwanted here
# - trigger_pipeline_in_B # working but unwanted here # - trigger_pipeline_in_B # working but unwanted here
- yamllint - lint
- heat - heat
- ansible_create_cluster_stage - ansible_create_cluster_stage
- push_button_spawn_cluster - push_button_spawn_cluster
...@@ -51,7 +51,7 @@ stages: ...@@ -51,7 +51,7 @@ stages:
# #- CICD/.gitlab-ci.yml # #- CICD/.gitlab-ci.yml
yamllint: yamllint:
stage: yamllint stage: lint
allow_failure: true allow_failure: true
tags: tags:
- yamllint - yamllint
...@@ -63,7 +63,7 @@ yamllint: ...@@ -63,7 +63,7 @@ yamllint:
ansiblelint: ansiblelint:
stage: yamlint stage: yamlint
tags: yamllint tags: ansiblelint
script: script:
- echo "stage ansiblelint" - echo "stage ansiblelint"
- cd CICD - cd CICD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment