You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2019/11/26 02:32:01 UTC

[incubator-heron] branch joshfischer/asf-site updated: update path

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/asf-site by this push:
     new f215158  update path
f215158 is described below

commit f2151583bb5f4db762dfd45757913133c0036429
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Mon Nov 25 20:31:36 2019 -0600

    update path
---
 website2/website/scripts/Dockerfile.ubuntu18.04 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website2/website/scripts/Dockerfile.ubuntu18.04 b/website2/website/scripts/Dockerfile.ubuntu18.04
index 4cd4253..a7587fb 100644
--- a/website2/website/scripts/Dockerfile.ubuntu18.04
+++ b/website2/website/scripts/Dockerfile.ubuntu18.04
@@ -63,6 +63,6 @@ RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/
       && chmod +x /tmp/bazel.sh \
       && /tmp/bazel.sh --user
 
-ADD bazelrc /$UNAME/.bazelrc
-ENV PATH="/$UNAME/bin:${PATH}"
+ADD bazelrc /home/$UNAME/.bazelrc
+ENV PATH="/home/$UNAME/bin:${PATH}"