reducing image in ci pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8e773a914c
commit
67db390694
@ -4,8 +4,8 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test
|
- name: Test
|
||||||
image: debian
|
image: debian:12-slim
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y build-essential
|
- apt-get install -y make
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user