40 lines
684 B
JSON
40 lines
684 B
JSON
{
|
|
"platform": {},
|
|
"steps": [
|
|
{
|
|
"id": "random",
|
|
"args": [
|
|
"echo \"$DRONE_SCRIPT\" | /bin/sh"
|
|
],
|
|
"entrypoint": [
|
|
"/bin/sh",
|
|
"-c"
|
|
],
|
|
"environment": {},
|
|
"labels": {},
|
|
"name": "build",
|
|
"image": "docker.io/library/golang:latest",
|
|
"run_policy": "always",
|
|
"volumes": [
|
|
{
|
|
"name": "_workspace",
|
|
"path": "/drone/src"
|
|
}
|
|
],
|
|
"working_dir": "/drone/src"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"temp": {
|
|
"id": "random",
|
|
"name": "_workspace",
|
|
"labels": {}
|
|
}
|
|
}
|
|
],
|
|
"network": {
|
|
"id": "random",
|
|
"labels": {}
|
|
}
|
|
} |