From 1c58d1c83ed6fe20683a37ad21cdd8fe07f6b8a0 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Sun, 24 Dec 2023 19:02:52 +0100 Subject: [PATCH] Skip system update steps --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ba2525d..3258bf4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,8 +42,6 @@ building_stage: - echo $CI_COMMIT_BRANCH - echo "Getting system info ..." - cat /etc/os-release - - echo "Updating system" - - yum check-update -y - echo "Installing dependencies" - yum install -y g++ gfortran make - cd src @@ -71,8 +69,6 @@ running_stage: - echo $CI_COMMIT_SHA - echo $CI_COMMIT_BRANCH - echo "Updating system" - - yum check-update -y - - echo "Installing dependencies" - yum install -y g++ gfortran gdb - cd build/sphere - echo "Running np_sphere" @@ -103,8 +99,6 @@ testing_stage: - echo $CI_COMMIT_SHA - echo $CI_COMMIT_BRANCH - echo "Updating system" - - yum check-update -y - - echo "Installing dependencies ..." - yum install -y python3 - cd build/sphere - export FFILE=../../test_data/sphere/OSPH -- GitLab