FIX: set TERM variable
This commit is contained in:
parent
c0c75c0167
commit
71b6cdbf24
@ -2,6 +2,7 @@ stages: [check]
|
||||
|
||||
variables:
|
||||
COLUMNS: 9000
|
||||
TERM: 'xterm'
|
||||
|
||||
check:
|
||||
tags:
|
||||
@ -11,4 +12,5 @@ check:
|
||||
- source /opt/psi/config/profile.bash
|
||||
- module load Python
|
||||
- export COLUMNS=$COLUMNS
|
||||
- export TERM=$TERM
|
||||
- python3 dependency-checker.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user