CI: Never pull image.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
a8fb5d33c5
commit
dac7a1fcfe
@ -16,6 +16,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build with make
|
- name: build with make
|
||||||
|
pull: never
|
||||||
image: ubuntu/hpc:latest
|
image: ubuntu/hpc:latest
|
||||||
commands:
|
commands:
|
||||||
- cd ./build
|
- cd ./build
|
||||||
@ -31,6 +32,7 @@ steps:
|
|||||||
- make MPI=Y NDIMS=3 -j 4
|
- make MPI=Y NDIMS=3 -j 4
|
||||||
|
|
||||||
- name: build with cmake
|
- name: build with cmake
|
||||||
|
pull: never
|
||||||
image: ubuntu/hpc:latest
|
image: ubuntu/hpc:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir ./build-cmake/
|
- mkdir ./build-cmake/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user