Merge "Update feature tests to v1beta1"
[infra/cicd.git] / jjb / nsm / scripts / static-analysis.sh
index 16274a112c5e2aa44d5099d6c70c2b3ec5ae6992..57a6861363b67272be3af28d1ef29a7cc67b18cf 100755 (executable)
@@ -22,8 +22,11 @@ set -o errexit
 set -o pipefail
 set -o nounset
 
+# source .profile
+source "$HOME/.profile"
+
 # navigate to WORKSPACE which is the root of the Git clone
-cd $WORKSPACE
+cd "$WORKSPACE"
 
 # git show for information purposes
 echo "--------------------------------------------"