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

use python3 instead of python

parent b01185db
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
...@@ -69,7 +69,7 @@ ansiblelint: ...@@ -69,7 +69,7 @@ ansiblelint:
script: script:
- echo "stage ansiblelint" - echo "stage ansiblelint"
- cd CICD - cd CICD
- python ansiblelint/run_lint.py --targets master_playbook.yml - python3 ansiblelint/run_lint.py --targets master_playbook.yml
build_cluster_cicd: build_cluster_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