From 5921a9102ff18828c993848b78d59fa05d19926c Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Fri, 22 Mar 2024 18:47:35 +0100 Subject: [PATCH] Remove old and non-working .gitlab-ci.yml file. --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b40c8cc..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: "python:3.7" - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -before_script: - - python --version - - git submodule sync --recursive - - git submodule update --init --recursive - - pip install EMMO - -stages: - - Check against EMMO conventions - -emmocheck: - stage: Check against EMMO conventions - script: - - emmocheck physmet.ttl --local --verbose -u