Browse Source

change drone ci to use jsonnet.

master
Gisle Aune 4 years ago
parent
commit
29a9315c4a
  1. 2
      .drone.jsonnet

2
.drone.jsonnet

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

Loading…
Cancel
Save