mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
update drone image
This commit is contained in:
parent
bda76b6be9
commit
a649ba1fc9
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: linux-build
|
||||
|
||||
steps:
|
||||
- name: wow-ci
|
||||
image: wow-dependencies:v1.0
|
||||
- name: linux-build
|
||||
image: wownero/wow-dependencies:v1.0
|
||||
commands:
|
||||
- make -j2 release-static-linux-x86_64
|
||||
- make -j2 release-static-linux-x86_64
|
Loading…
Reference in a new issue