From 5534e7171dc3d4f3c58f0cde13b4b4141970a38f Mon Sep 17 00:00:00 2001
From: Marilena Bandieramonte <marilena.bandieramonte@cern.ch>
Date: Fri, 12 Jun 2020 11:30:55 +0200
Subject: [PATCH] CI: update to use tag 1.1 of the ubuntu-geant4 docker image
 that does not have CLHEP installed in the system

---
 .gitlab-ci.yml | 32 ++------------------------------
 1 file changed, 2 insertions(+), 30 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85082c1..b7bb934 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
 stages:
   - deps-geomodelcore
-#  - deps-CLHEP
   - deps-xerces-c
   - deps-Geant4
   - build
@@ -21,7 +20,7 @@ variables:
     - export PATH="/usr/local/opt/qt/bin:$PATH" # to make Qt5 discoverable by CMake
 
 .ubuntu-template-job: &ubuntu-job
-  image: gitlab-registry.cern.ch/mbandier/geant4-ubuntu/base-image:latest
+  image: gitlab-registry.cern.ch/mbandier/geant4-ubuntu/base-image:1.1
   tags:
     - docker
   before_script: 
@@ -43,25 +42,6 @@ variables:
     paths:
       - install
 
-#.CLHEP-build-template-job: &CLHEP-job
-#  stage: deps-CLHEP
-#  variables:
-#    CMAKE_ARGS: ${CMAKE_BASE_ARGS}
-#  script:
-#    - pwd; ls
-#    - git clone https://gitlab.cern.ch/CLHEP/CLHEP.git
-#    - cd CLHEP
-#    - git checkout CLHEP_2_4_1_0
-#    - cd ../
-#    - mkdir CLHEP-build
-#    - cd CLHEP-build
-#    - cmake ${CMAKE_ARGS} ../CLHEP
-#    - make -j32
-#    - make install
-#  artifacts:
-#    paths:
-#      - install
-
 .xerces-c-build-template-job: &xerces-c-job
   stage: deps-xerces-c
   variables:
@@ -122,10 +102,6 @@ geomodelcore-mac:
   <<: *macos-job
   <<: *geomodelcore-job
 
-#CLHEP-mac:
-#  <<: *macos-job
-#  <<: *CLHEP-job
-
 xerces-c-mac:
   <<: *macos-job
   <<: *xerces-c-job
@@ -146,10 +122,6 @@ geomodelcore-ubuntu:
   <<: *ubuntu-job
   <<: *geomodelcore-job
 
-#CLHEP-ubuntu:
-#  <<: *ubuntu-job
-#  <<: *CLHEP-job
-
 #geomodelio-ubuntu:
 #  <<: *ubuntu-job
 #  <<: *geomodelio-job
@@ -162,7 +134,7 @@ geomodelcore-ubuntu:
 # Geant4-ubuntu:
 #   <<: *ubuntu-job
 #   <<: *Geant4-job
-#   needs: ["CLHEP-ubuntu", "xerces-c-ubuntu"]
+#   needs: ["xerces-c-ubuntu"]
 
 geomodelg4-ubuntu:
   <<: *ubuntu-job
-- 
GitLab