Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jun 12, 2018
1 parent 637ac5c commit 2de3154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cucumber-selenium-grid/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ pipeline {
stage('Build'){
steps {
sh "cd ${CONTEXT_DIR}"
sh "echo $PATH"
sh "/bin/bash -c 'npm install'"
//sh "echo $PATH"
//sh "/bin/bash -c 'npm install'"
}
}

Expand Down
2 changes: 1 addition & 1 deletion cucumber-selenium-grid/nodejs-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN yum-config-manager --enable rhel-server-rhscl-7-rpms && \
yum-config-manager --enable rhel-server-rhscl-8-rpms && \
yum-config-manager --enable rhel-8-server-optional-rpms && \
yum-config-manager --disable epel >/dev/null || : && \
INSTALL_PKGS="rh-nodejs${NODEJS_VERSION} rh-nodejs${NODEJS_VERSION}-nodejs-nodemon make gcc-c++ bzip2" && \
INSTALL_PKGS="rh-nodejs${NODEJS_VERSION} rh-nodejs${NODEJS_VERSION}-nodejs-nodemon make gcc-c++ bzip2 autoconf" && \
ln -s /usr/lib/node_modules/nodemon/bin/nodemon.js /usr/bin/nodemon && \
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
Expand Down

0 comments on commit 2de3154

Please sign in to comment.