diff options
| author | 2019-11-26 15:08:54 -0500 | |
|---|---|---|
| committer | 2019-11-26 15:08:54 -0500 | |
| commit | f40ad360f2a44dbaaf7c1f29a60f5d64fc4ed5d6 (patch) | |
| tree | a6ba021430b34bee7859165713d20b084293b7ed | |
| parent | CI: generate templates from master (diff) | |
CI: fix substitution
I'm asleep btw
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
