Skip to content
Snippets Groups Projects
Commit 9f14dc16 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Debug CI....

parent f77313df
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ check_style:
- elif [[ $(basename $i) == *CPMD* ]]; then
- sg cpmd eb --check-style --check-contrib $i || faulty="$faulty $i"
- elif [[ $(basename $i) == *NAMD* ]]; then
- echo sg namd eb --check-style --check-contrib $i
- sg namd eb --check-style --check-contrib $i || faulty="$faulty $i"
- else
- eb --check-style --check-contrib $i || faulty="$faulty $i"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment