This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch joshfischer/update-site-build
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/joshfischer/update-site-build
by this push:
new 0981313 clean up whitespace
0981313 is described below
commit 0981313385353437f90ebe162ade24faf7086149
Author: Josh Fischer <[email protected]>
AuthorDate: Sat Apr 11 21:08:57 2020 -0500
clean up whitespace
---
website2/website/scripts/compile-docker.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/website2/website/scripts/compile-docker.sh
b/website2/website/scripts/compile-docker.sh
index 1e96fb3..b4ba2e3 100755
--- a/website2/website/scripts/compile-docker.sh
+++ b/website2/website/scripts/compile-docker.sh
@@ -42,8 +42,6 @@ copy_bazel_rc_to() {
cp $PROJECT_DIR/../tools/docker/bazel.rc $1
}
-
-
TARGET_PLATFORM="ubuntu18.04"
DOCKER_FILE=$(dockerfile_path_for_platform $TARGET_PLATFORM)
verify_dockerfile_exists $DOCKER_FILE
@@ -56,7 +54,6 @@ echo "Building heron-compiler container"
docker build \
-t heron-compiler:$TARGET_PLATFORM -f $DOCKER_FILE .
-
docker run \
--rm \
-v $PROJECT_DIR/..:/home/$USER/heron \