Skip to content

Commit

Permalink
Skipping node stuff for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Nov 23, 2022
1 parent af59c00 commit 9c0f8c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nodejs/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ function clean() {
pkill -9 -f stubrunner && echo "Killed stub runner jar" || echo "Failed to kill stub runner jar"
}


BUILD_ID="${BUILD_ID:-}"

if [[ "${BUILD_ID}" != "" ]]; then
echo "Won't run this in Jenkins"
exit 0
fi

# Stop any running images
clean

Expand Down

0 comments on commit 9c0f8c4

Please # to comment.