Skip to content

Commit

Permalink
Fix version string (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 18, 2018
1 parent e693954 commit 85e7e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/build-with-appengine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85e7e39

Please sign in to comment.