Refactoring + adding weekly-checker tool
This commit is contained in:
@@ -3,6 +3,7 @@ stages: [check]
|
||||
variables:
|
||||
COLUMNS: 9000
|
||||
TERM: 'xterm'
|
||||
GIT_STRATEGY: clone
|
||||
|
||||
check:
|
||||
tags:
|
||||
@@ -13,4 +14,4 @@ check:
|
||||
- module load Python
|
||||
- export COLUMNS=$COLUMNS
|
||||
- export TERM=$TERM
|
||||
- python3 dependency-checker.py
|
||||
- python3 pmodules_tools/pmodules_tools.py --deps-check
|
||||
|
||||
Reference in New Issue
Block a user