ADD: .gitlab-ci.yml
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
||||
stages: [check]
|
||||
|
||||
variables:
|
||||
COLUMNS: 9000
|
||||
|
||||
check:
|
||||
tags:
|
||||
- merlin
|
||||
stage: check
|
||||
script:
|
||||
- module load Python
|
||||
- export COLUMNS=$COLUMNS
|
||||
- python3 dependency-checker.py
|
Reference in New Issue
Block a user