From 28d2dd061b5686d0bb6713b46b2b896bbd6acb28 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Thu, 11 Nov 2021 15:51:51 -0300 Subject: [PATCH] CI/CD: Use specific image in .drone.yml. Signed-off-by: Grzegorz Kowal --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index acab19a..ac0686e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ trigger: steps: - name: build with make - image: ubuntu-hpc + image: ubuntu-hpc:1 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 + image: ubuntu-hpc:1 commands: - mkdir ./build-cmake/ - cd ./build-cmake/