GoogleCloudPlatform / solutions-modern-cicd-anthos

An end-to-end operating model for onboarding and continually deploying services with Anthos.
Apache License 2.0
86 stars 61 forks source link

Avoid using `expr index`, which does not work on Mac. #124

Closed haiyanmeng closed 3 years ago

haiyanmeng commented 3 years ago

expr in Linux is generally GNU expr. Mac OS X uses BSD expr which does not have the index command.

haiyanmeng commented 3 years ago

/cc @janetkuo @Liujingfang1 @yuwenma @nan-yu