From a288a7b03d1680d2626159ff88ef5f2a9a7af16d Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Fri, 21 Jun 2019 10:22:04 +0200 Subject: [PATCH] Remove variable --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07f2e4dad0..2fc9879a61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,8 +148,6 @@ macos-superbuild-build: tags: - macos extends: .common-build - variables: - OTB_DATA_LARGEINPUT_ROOT: "/Users/otbbot/OTB-LargeInput" script: - ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=otb-macos-superbuild - ctest -VV -S CI/main_packages.cmake -DIMAGE_NAME:string=otb-macos-superbuild -- GitLab