Skip to content

Commit

Permalink
Fix buildkite typo (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatovital authored Sep 3, 2020
1 parent f4fbd70 commit d13a339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/upload_app_distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source ./ci/prepare_env_buildkite.sh
export FIREBASE_GROUP="$1"

# Buildkite branch equals to tag name if build was triggered by tag
if [[ $BUILKITE_BRANCH =~ ^v[0-9]+.* ]]; then
if [[ $BUILDKITE_BRANCH =~ ^v[0-9]+.* ]]; then
export APP_VERSION_NAME=${BUILDKITE_BRANCH:1}
fi

Expand Down

0 comments on commit d13a339

Please sign in to comment.