Skip to content

Commit

Permalink
Typo fix (#6885)
Browse files Browse the repository at this point in the history
  • Loading branch information
popovicsandras authored Mar 31, 2021
1 parent ed6cc26 commit 37b10ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/job_hooks/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export GIT_HASH=`git rev-parse HEAD`
export NODE_OPTIONS="--max_old_space_size=30000"

# Settings for Nx ---------------------------------------------------------------------
export BASE_HASH="$(git wmerge-base origin/$BRANCH_NAME HEAD)"
export BASE_HASH="$(git merge-base origin/$BRANCH_NAME HEAD)"
export HEAD_HASH="HEAD"

if [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
Expand Down

0 comments on commit 37b10ec

Please sign in to comment.