Commit 1c58d1c8 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Skip system update steps

parent d3722831
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -42,8 +42,6 @@ building_stage:
      - echo $CI_COMMIT_BRANCH
      - echo $CI_COMMIT_BRANCH
      - echo "Getting system info ..."
      - echo "Getting system info ..."
      - cat /etc/os-release
      - cat /etc/os-release
      - echo "Updating system"
      - yum check-update -y
      - echo "Installing dependencies"
      - echo "Installing dependencies"
      - yum install -y g++ gfortran make
      - yum install -y g++ gfortran make
      - cd src
      - cd src
@@ -71,8 +69,6 @@ running_stage:
      - echo $CI_COMMIT_SHA
      - echo $CI_COMMIT_SHA
      - echo $CI_COMMIT_BRANCH
      - echo $CI_COMMIT_BRANCH
      - echo "Updating system"
      - echo "Updating system"
      - yum check-update -y
      - echo "Installing dependencies"
      - yum install -y g++ gfortran gdb
      - yum install -y g++ gfortran gdb
      - cd build/sphere
      - cd build/sphere
      - echo "Running np_sphere"
      - echo "Running np_sphere"
@@ -103,8 +99,6 @@ testing_stage:
      - echo $CI_COMMIT_SHA
      - echo $CI_COMMIT_SHA
      - echo $CI_COMMIT_BRANCH
      - echo $CI_COMMIT_BRANCH
      - echo "Updating system"
      - echo "Updating system"
      - yum check-update -y
      - echo "Installing dependencies ..."
      - yum install -y python3
      - yum install -y python3
      - cd build/sphere
      - cd build/sphere
      - export FFILE=../../test_data/sphere/OSPH
      - export FFILE=../../test_data/sphere/OSPH