mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +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
@@ -26,8 +26,7 @@ then
|
||||
fi
|
||||
|
||||
#reset the tmp folder
|
||||
rm -rf tmp
|
||||
affected="$(./scripts/affected-libs.sh -b "$BRANCH_NAME")"
|
||||
affected="$(./scripts/affected-libs.sh -gnu -b "$BRANCH_NAME")"
|
||||
echo $affected
|
||||
libs=(`echo $affected | sed 's/^$/\n/g'`)
|
||||
|
||||
@@ -85,4 +84,4 @@ do
|
||||
if [ "$i" == "testing$" ] ; then
|
||||
./scripts/build-testing.sh || exit 1;
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
Reference in New Issue
Block a user