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:
stages:
# - integration_test_downstream # working but unwanted here
# - trigger_pipeline_in_B # working but unwanted here
- yamllint
- lint
- heat
- ansible_create_cluster_stage
- push_button_spawn_cluster
......@@ -51,7 +51,7 @@ stages:
# #- CICD/.gitlab-ci.yml
yamllint:
stage: yamllint
stage: lint
allow_failure: true
tags:
- yamllint
......@@ -63,7 +63,7 @@ yamllint:
ansiblelint:
stage: yamlint
tags: yamllint
tags: ansiblelint
script:
- echo "stage ansiblelint"
- 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