From e699e2632ad14edede78d61d89afbfc4afa8a120 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Thu, 2 Mar 2017 14:19:04 +0100 Subject: [PATCH] Gathering information --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b12c1c3b..c124b3835 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: before_script: - echo "Running global 'before_script'..." - yum -y -q -e 0 install tcl - - mkdir -p /scicore/soft/{apps,modules} + - mkdir -p /scicore/soft/ - ln -s /export/soft/apps/centos6/generic /scicore/soft/apps - ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules - source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash @@ -35,7 +35,6 @@ build:centos6.6: script: - echo "Building on CentOS 6..." - echo $PATH - - ls /export/soft/apps/centos6/generic - ls -l /scicore/soft/apps - ls /scicore/soft/apps/CMake/2.8.12-goolf-1.4.10/bin - cmake .. -- GitLab