mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Typo fix (#6885)
This commit is contained in:
parent
ed6cc26930
commit
37b10ecb8f
@ -15,7 +15,7 @@ export GIT_HASH=`git rev-parse HEAD`
|
|||||||
export NODE_OPTIONS="--max_old_space_size=30000"
|
export NODE_OPTIONS="--max_old_space_size=30000"
|
||||||
|
|
||||||
# Settings for Nx ---------------------------------------------------------------------
|
# 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"
|
export HEAD_HASH="HEAD"
|
||||||
|
|
||||||
if [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
|
if [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user