Skip to content

Commit

Permalink
don't try to run npm, it's not available in official jenkins image (#726
Browse files Browse the repository at this point in the history
)

this should fix the PR deployer
  • Loading branch information
ydubreuil committed Jan 18, 2017
1 parent d5441f4 commit 70bc341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ RUN for f in /usr/share/jenkins/ref/plugins/blueocean-*.jpi; do mv "$f" "$f.over
# let scripts customize the reference Jenkins folder. Used in bin/build-in-docker to inject the git build data
COPY docker/ref /usr/share/jenkins/ref

RUN npm install -g npm@3.10.9

USER jenkins

0 comments on commit 70bc341

Please sign in to comment.