ci: Fix apk command for installing make
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f7258c19d1
commit
45d451f5c9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ steps:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /stupid
|
path: /stupid
|
||||||
commands:
|
commands:
|
||||||
- apk install make
|
- apk add make
|
||||||
- make docker-build
|
- make docker-build
|
||||||
- make docker-save > _artifacts/docker-image.tar
|
- make docker-save > _artifacts/docker-image.tar
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue