summaryrefslogtreecommitdiffhomepage
path: root/.drone.yml
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-11-26 15:08:54 -0500
committerGitHub <noreply@github.com>2019-11-26 15:08:54 -0500
commitf40ad360f2a44dbaaf7c1f29a60f5d64fc4ed5d6 (patch)
treea6ba021430b34bee7859165713d20b084293b7ed /.drone.yml
parentCI: generate templates from master (diff)
CI: fix substitution
I'm asleep btw
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 5926842..a592c1c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
commands:
- apk add --no-cache git
- go get github.com/valyala/quicktemplate/qtc
- - "${{GOPATH}}/bin/qtc"
+ - "$${GOPATH}/bin/qtc"
- name: build-linux-amd64
<<: *common