Skip to content

Commit

Permalink
Merge pull request #27 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
CarlosNasayo authored Nov 7, 2023
2 parents 94a2d6c + ebf42ef commit 773d809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
rm -rf env
fi
cd /var/www/waterpointsApi/api_WP
sudo kill -9 $(sudo ss -nepal | grep 5001 | awk -F 'pid=|,fd=' '{print \$2}')
sudo kill -9 $(sudo netstat -nepal | grep 5001 | awk '{print $9}' | awk -F '/' '{print $1}')
curl -LOk https://github.com/CIAT-DAPA/lswms_webapi/releases/latest/download/releaseApi.zip
unzip -o releaseApi.zip
rm -fr releaseApi.zip
Expand Down

0 comments on commit 773d809

Please sign in to comment.