From 203d5df7b8ee6448baad9e3b1b19f8dd54ea4277 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Fri, 30 Sep 2022 18:29:41 -0300 Subject: [PATCH] CI: Update image to ubuntu-hpc:latest. Signed-off-by: Grzegorz Kowal --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 15e95c4..b5cb740 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ trigger: steps: - name: build with make - image: ubuntu/hpc:latest + image: ubuntu-hpc:latest commands: - cd ./build - cp -al make.default make.config @@ -31,7 +31,7 @@ steps: - make MPI=Y NDIMS=3 -j 4 - name: build with cmake - image: ubuntu/hpc:latest + image: ubuntu-hpc:latest commands: - mkdir ./build-cmake/ - cd ./build-cmake/