Skip to content

Instantly share code, notes, and snippets.

View pulasthi7's full-sized avatar

Pulasthi Mahawithana pulasthi7

View GitHub Profile
@pulasthi7
pulasthi7 / buildAllExtensions.sh
Last active October 10, 2017 12:54
Clones all the IS extensions repos
echo "building framework"
cd identity-framework
mvn clean install -Dmaven.test.skip=true
if [ $? -ne 0 ]
then
cd ..
echo Build failed at identity-framework
notify-send "Build failed at identity-framework"
exit 1
else