blog-static/.drone.jsonnet

17 lines
257 B
Plaintext
Raw Normal View History

local compiler_versions = {
"commands": []
};
2020-02-11 13:50:05 -08:00
2020-02-11 13:35:36 -08:00
{
"kind": "pipeline",
"type": "docker",
"name": "default",
"steps": [
{
"name": "test-compiler",
"image": "gcc",
"commands": []
2020-02-11 13:35:36 -08:00
}
]
}