We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e693954 commit 85e7e39Copy full SHA for 85e7e39
.kokoro/build-with-appengine.sh
@@ -27,7 +27,7 @@ export NODE_ENV=development
27
28
# Strip appengine and flexible/standard from version string.
29
VERSION=$(echo $PROJECT | sed 's_appengine/__')
30
-VERSION=$(echo $VERSION | sed 's_/flexible\|standard__')
+VERSION=$(echo $VERSION | sed 's_/flexible\|/standard__')
31
32
export GAE_VERSION=$VERSION
33
0 commit comments