Skip to content

Commit

Permalink
Aggiunto -f alla rimozione per evitare errori in assenza del file
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Sep 2, 2019
1 parent 7059e02 commit c71964e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/scripts/jenkins.cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ psql ndpsym ndpsym -c "delete from rpt;"
psql ndpsym ndpsym -c "delete from wisp;"
echo "Rimozione database e deploy di govpay..."
sudo -u postgres dropdb --if-exists govpay
sudo rm /opt/wildfly-11.0.0.Final/standalone_govpay/deployments/govpay.ear
sudo rm -rf /opt/wildfly-11.0.0.Final/standalone_govpay/deployments/govpay.ear

0 comments on commit c71964e

Please sign in to comment.