Skip to content

Commit 5e565e5

Browse files
committed
gotipplay: fix GOTIP environment variable to be string
Change-Id: If2aca632dd49cc161e7034d7231937b53e18c592 Reviewed-on: https://go-review.googlesource.com/c/playground/+/366179 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
1 parent 11560ec commit 5e565e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.gotip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ readiness_check:
1818

1919
env_variables:
2020
MEMCACHED_ADDR: 'memcached-play-golang:11211'
21-
GOTIP: true
21+
GOTIP: "true"
2222

0 commit comments

Comments
 (0)