diff --git a/distro/contents/scripts/clean-app-state b/distro/contents/scripts/clean-app-state index 5717376..a0dfeef 100644 --- a/distro/contents/scripts/clean-app-state +++ b/distro/contents/scripts/clean-app-state @@ -48,14 +48,14 @@ fi echo -e "\nRemoving resource profiles from the Information System\n" source ./load-env -java org.gcube.smartgears.utils.sweeper.AppSweeperClient $apps 1>/dev/null +#java org.gcube.smartgears.utils.sweeper.AppSweeperClient $apps 1>/dev/null -if [ "$?" != "0" ]; then - echo -e "\nCould no correctly sweep the profiles from the Information System" - echo -e "\nIn case of production deployment please contact the production admin" - echo -e "\nIn case of dev deployment you can remove the state by hand by removing the $GHN_HOME/state/$apps folder" - exit 1 -fi +#if [ "$?" != "0" ]; then +# echo -e "\nCould no correctly sweep the profiles from the Information System" +# echo -e "\nIn case of production deployment please contact the production admin" +# echo -e "\nIn case of dev deployment you can remove the state by hand by removing the $GHN_HOME/state/$apps folder" +# exit 1 +#fi echo "Removing application state $ghnhome/state/$apps" diff --git a/distro/contents/scripts/clean-container-state b/distro/contents/scripts/clean-container-state index 3f71e91..b4f140e 100644 --- a/distro/contents/scripts/clean-container-state +++ b/distro/contents/scripts/clean-container-state @@ -34,14 +34,15 @@ fi echo -e "\nRemoving resource profiles from the Information System\n" source ./load-env -java org.gcube.smartgears.utils.sweeper.ContainerSweeperClient 1>/dev/null -if [ "$?" != "0" ]; then - echo -e "\nCould no correctly sweep the profiles from the Information System" - echo -e "\nIn case of production deployment please contact the production admin" - echo -e "\nIn case of dev deployment you can remove the state by hand by removing the $GHN_HOME/state folder" - exit 1 -fi +#java org.gcube.smartgears.utils.sweeper.ContainerSweeperClient 1>/dev/null + +#if [ "$?" != "0" ]; then +# echo -e "\nCould no correctly sweep the profiles from the Information System" +# echo -e "\nIn case of production deployment please contact the production admin" +# echo -e "\nIn case of dev deployment you can remove the state by hand by removing the $GHN_HOME/state folder" +# exit 1 +#fi echo "Removing container state $ghnhome" #removing folder diff --git a/gcube@ckan-d-d4s.d4sciecne.org b/gcube@ckan-d-d4s.d4sciecne.org new file mode 100644 index 0000000..48c6418 Binary files /dev/null and b/gcube@ckan-d-d4s.d4sciecne.org differ