mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3401] Filter facets are not reseted when updating the search query (#4425)
* C299200 automated * Test package version * Save the head of development into a tmp file (this will avoid error in case of rebase meanwhile the pipeline is running) Remove the -gnu in the wrong position * Update test-e2e-lib.sh * Print adf version on each step * Print adf version on each step * Add console log and skip install on the unit test demo shell * Remove the print dependendy
This commit is contained in:
committed by
Eugenio Romano
parent
3136580bba
commit
fca9e51c16
@@ -43,8 +43,11 @@ then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
#HEAD_SHA_BRANCH=(`git merge-base origin/$BRANCH_NAME HEAD`)
|
||||
HEAD_SHA_BRANCH="$(git merge-base origin/$BRANCH_NAME HEAD)"
|
||||
if [ ! -f ./$DIRECTORY/devhead.txt ]; then
|
||||
git merge-base origin/$BRANCH_NAME HEAD > ./$DIRECTORY/devhead.txt
|
||||
fi
|
||||
|
||||
HEAD_SHA_BRANCH="$(cat ./$DIRECTORY/devhead.txt)"
|
||||
echo "Branch name $BRANCH_NAME HEAD sha " $HEAD_SHA_BRANCH
|
||||
|
||||
# tmp folder doesn't exist.
|
||||
|
Reference in New Issue
Block a user