Skip to content

Commit d708b52

Browse files
committed
One set of brackets?
1 parent 208167a commit d708b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG DRONE_COMMIT
1515
# Build application
1616
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o /go/bin/httptest \
1717
-ldflags "-extldflags \"-static\" \
18-
-X main.BuildBranch=${{ env.branch }} \
19-
-X main.BuildCommit=${{ env.commit_sha }} \
18+
-X main.BuildBranch=${ env.branch } \
19+
-X main.BuildCommit=${ env.commit_sha } \
2020
-X main.BuildTime=$(date -Iseconds)"
2121

2222
# We can't use distroless because some teams need to add a bearer token to

0 commit comments

Comments
 (0)