怎样配置Drone Agent才能让以下的例子工作。
— translate —
How to configure Drone Agent can make the following examples work.
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
- go test
node:
intsance: highmem
怎样配置Drone Agent才能让以下的例子工作。
— translate —
How to configure Drone Agent can make the following examples work.
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
- go test
node:
intsance: highmem
我想利用 drone node 实现以下功能。但是不知道如何实现。
— translate —
I want to use node to achieve the following demos.But I don’t know how to achieve it.
hexo -> gogs -> drone-server -> drone-agent(linux)
ios/flutter -> gogs -> drone-server -> drone-agent(mac)