From 040a7f7b2c61a7837bd0141e63d2c688f3600d7d Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 31 Jan 2023 13:04:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41240a8..b34b17c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: ubuntu-build: image: ubuntu:18.04 stage: build + when: manual before_script: - apt-get update -qq && apt-get install -y -qq gfortran libnetcdf-dev libnetcdff-dev libeccodes-dev netcdf-bin @@ -43,7 +44,6 @@ jet-build: when: manual before_script: - - microdnf config-manager --set-enabled powertools - microdnf install -yq epel-release - microdnf install -yq netcdf-fortran-devel.x86_64 eccodes-devel.x86_64 netcdf.x86_64 -- GitLab