[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:
gmandakini
2019-03-13 10:39:55 +00:00
committed by Eugenio Romano
parent 3136580bba
commit fca9e51c16
6 changed files with 103 additions and 32 deletions

View File

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