From 4ef60ae2a549913c72ce8774646d8fe1da36f2be Mon Sep 17 00:00:00 2001 From: Franziska Hinkelmann Date: Mon, 18 Jun 2018 18:20:27 -0400 Subject: [PATCH] Fix version string --- .kokoro/build-with-appengine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build-with-appengine.sh b/.kokoro/build-with-appengine.sh index 43f84a7a6b..241025d237 100755 --- a/.kokoro/build-with-appengine.sh +++ b/.kokoro/build-with-appengine.sh @@ -27,7 +27,7 @@ export NODE_ENV=development # Strip appengine and flexible/standard from version string. VERSION=$(echo $PROJECT | sed 's_appengine/__') -VERSION=$(echo $VERSION | sed 's_/flexible\|standard__') +VERSION=$(echo $VERSION | sed 's_/flexible\|/standard__') export GAE_VERSION=$VERSION