Browse Source

change drone ci to use jsonnet.

master
Gisle Aune 4 years ago
parent
commit
512ba5aa6f
  1. 2
      .drone.jsonnet

2
.drone.jsonnet

@ -1,7 +1,7 @@
local Pipeline(version, mod) = {
kind: "pipeline",
name: version,
workspace: if mod then {root: "/project", path: "irc/"} else {root: "/go", path: "src/github.com/gissleh/irc"},
workspace: if mod then {base: "/project", path: "irc/"} else {base: "/go", path: "src/github.com/gissleh/irc"},
steps: [
{
name: "test",

Loading…
Cancel
Save