fix bash syntax error

This commit is contained in:
Jane Lusby 2021-03-05 11:42:26 -08:00 committed by Deirdre Connolly
parent 418d4ce9ce
commit 3e60f9064f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
BRANCH_NAME=$(expr $GITHUB_REF : '.*/\(.*\)') && \
BRANCH_NAME=${BRANCH_NAME,,} && \
echo "BRANCH_NAME=$BRANCH_NAME" >> $GITHUB_ENV && \
echo "SHORT_SHA=$(git rev-parse --short=7 $GITHUB_SHA)" >> $GITHUB_ENV && \
echo "SHORT_SHA=$(git rev-parse --short=7 $GITHUB_SHA)" >> $GITHUB_ENV
# Setup gcloud CLI
- name: Set up gcloud SDK environment