mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4306] Testing - Add form widget ids in the SIMPLEAPP resources file (#6806)
* [ACA-4306] Testing - Add form widget ids in the SIMPLEAPP resources file * downgrade nrwl workspace version * Use the PR branch name and terminate * Handle the error * Revert downgrade nrwl workspace * Remove the useless check on rebase and raise the exit 1 * Remove the script * Use the HEAD and create a new variable for commit sha Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
This commit is contained in:
@@ -16,7 +16,7 @@ export NODE_OPTIONS="--max_old_space_size=30000"
|
||||
|
||||
# Settings for Nx ---------------------------------------------------------------------
|
||||
export BASE_HASH="$(git wmerge-base origin/$BRANCH_NAME HEAD)"
|
||||
export HEAD_HASH=${TRAVIS_PULL_REQUEST_SHA:-${TRAVIS_COMMIT}}
|
||||
export HEAD_HASH="HEAD"
|
||||
|
||||
if [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
|
||||
echo "push"
|
||||
|
Reference in New Issue
Block a user