From 07c740ae4427af7f324f7c84704e6ce7e1c8fc88 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Fri, 30 Sep 2022 18:25:22 -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 ac0686e..15e95c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ trigger: steps: - name: build with make - image: ubuntu-hpc:1 + 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:1 + image: ubuntu/hpc:latest commands: - mkdir ./build-cmake/ - cd ./build-cmake/