Skip to content

Commit

Permalink
Rename runall.sh to prophet_tests.sh in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
wstephenson committed Sep 30, 2016
1 parent 19a9442 commit c171d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,6 +17,6 @@ WORKDIR /tmp/connect
RUN bundle -j8
ADD . /tmp/connect
RUN chown -R nobody /tmp/connect
RUN chmod +x /tmp/connect/docker/runall.sh /tmp/connect/docker/integration.sh
RUN chmod +x /tmp/connect/docker/prophet_tests.sh /tmp/connect/docker/integration.sh
ADD .oscrc /root/.oscrc
ADD .regcode /root/.regcode
2 changes: 1 addition & 1 deletion Dockerfile.sp1
Expand Up @@ -19,6 +19,6 @@ WORKDIR /tmp/connect
RUN bundle -j8
ADD . /tmp/connect
RUN chown -R nobody /tmp/connect
RUN chmod +x /tmp/connect/docker/runall.sh /tmp/connect/docker/integration.sh
RUN chmod +x /tmp/connect/docker/prophet_tests.sh /tmp/connect/docker/integration.sh
ADD .oscrc /root/.oscrc
ADD .regcode /root/.regcode
2 changes: 1 addition & 1 deletion Dockerfile.sp2
Expand Up @@ -18,6 +18,6 @@ WORKDIR /tmp/connect
RUN bundle -j8
ADD . /tmp/connect
RUN chown -R nobody /tmp/connect
RUN chmod +x /tmp/connect/docker/runall.sh /tmp/connect/docker/integration.sh
RUN chmod +x /tmp/connect/docker/prophet_tests.sh /tmp/connect/docker/integration.sh
ADD .oscrc /root/.oscrc
ADD .regcode /root/.regcode

0 comments on commit c171d59

Please sign in to comment.