This commit is contained in:
Popovics András
2021-03-31 10:47:44 +02:00
committed by GitHub
parent ed6cc26930
commit 37b10ecb8f

View File

@@ -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