Skip to content

Commit

Permalink
UI and WS patching did not see the previous API patching
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Sep 20, 2017
1 parent 280d7c4 commit b04f738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN yum update -y \
\
&& echo 'Patching Grouper UI...'\
&& mkdir /tmp/grp-ui/ \
&& cp /opt/grouper.apiBinary-$GROUPER_VERSION/grouperPatchStatus.properties /opt/apache-tomcat-$TOMCAT_VERSION/webapps/grouper/WEB-INF/ \
&& cd / \
&& cp /opt/patch-scripts/grouper.installer-ui.properties /grouper.installer.properties \
&& $JAVA_HOME/bin/java -cp .:/opt/grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller \
Expand Down
1 change: 1 addition & 0 deletions ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN yum update -y \
&& echo 'Patching Grouper WS...'\
&& mkdir /tmp/grp-ws/ \
&& cd / \
&& cp /opt/grouper.apiBinary-$GROUPER_VERSION/grouperPatchStatus.properties /opt/apache-tomcat-$TOMCAT_VERSION/webapps/grouper/WEB-INF/ \
&& cp /opt/patch-scripts/grouper.installer-ws.properties /grouper.installer.properties \
&& $JAVA_HOME/bin/java -cp .:/opt/grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller \
\
Expand Down

0 comments on commit b04f738

Please sign in to comment.