Skip to content

Commit

Permalink
Revert "CI: Fix "parent_commits: unbound variable""
Browse files Browse the repository at this point in the history
This reverts commit 4a23fb5.
dstillman committed Feb 3, 2021
1 parent 4a23fb5 commit 888de76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/helper.sh
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ get_translators_to_check() {
# Pull request
else
# Gets parent commits. Either one or two hashes
parent_commits=$(git show --no-patch --format="%P" HEAD)
parent_commits=($(git show --no-patch --format="%P" HEAD))
echo "$parent_commits"
# Size of $parent_commits array
num_parent_commits=${#parent_commits[@]}

0 comments on commit 888de76

Please sign in to comment.