Skip to content

Commit

Permalink
fix jenkins issue (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan authored Apr 26, 2023
1 parent 032f581 commit 5ac67a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ node('rhel8'){
env.PATH="${env.PATH}:${nodeHome}/bin"
env.NODE_OPTIONS="--max_old_space_size=16384"
sh "npm ci"
sh "npm install -g vsce"
}

withEnv(['JUNIT_REPORT_PATH=report.xml']) {
Expand Down

0 comments on commit 5ac67a2

Please sign in to comment.