mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request 'update drone image' (#309) from wowario/wownero:image into master
Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/309
This commit is contained in:
commit
7d1693b160
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: linux-build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: wow-ci
|
- name: linux-build
|
||||||
image: wow-dependencies:v1.0
|
image: wownero/wow-dependencies:v1.0
|
||||||
commands:
|
commands:
|
||||||
- make -j2 release-static-linux-x86_64
|
- make -j2 release-static-linux-x86_64
|
Loading…
Reference in a new issue