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

update ansible lint stage

Former-commit-id: a8a990cc
parent 5d39018a
No related branches found
No related tags found
No related merge requests found
......@@ -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