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

removed log file, print log to stdout, added allow fail to ansible lint for now

Former-commit-id: 08a88c26
parent 8a39b3dc
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ yamllint:
- yamllint -c ./.yamllintheat.yaml ./heat
ansiblelint:
allow_failure: true
stage: lint
tags:
- ansiblelint
......@@ -95,7 +96,6 @@ build_cluster_cicd:
ansible_create_cluster_stage:
stage: ansible_create_cluster_stage
allow_failure: false
tags:
- ansible
before_script:
......
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