Commit d3722831 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Add confirm option to package update step

parent 7d8d29a7
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -43,8 +43,7 @@ building_stage:
      - echo "Getting system info ..."
      - cat /etc/os-release
      - echo "Updating system"
      - yum check-update
      - yum update -y
      - yum check-update -y
      - echo "Installing dependencies"
      - yum install -y g++ gfortran make
      - cd src
@@ -72,8 +71,7 @@ running_stage:
      - echo $CI_COMMIT_SHA
      - echo $CI_COMMIT_BRANCH
      - echo "Updating system"
      - yum check-update
      - yum update -y
      - yum check-update -y
      - echo "Installing dependencies"
      - yum install -y g++ gfortran gdb
      - cd build/sphere
@@ -105,8 +103,7 @@ testing_stage:
      - echo $CI_COMMIT_SHA
      - echo $CI_COMMIT_BRANCH
      - echo "Updating system"
      - yum check-update
      - yum update -y
      - yum check-update -y
      - echo "Installing dependencies ..."
      - yum install -y python3
      - cd build/sphere