Repository: aurora-packaging
Updated Branches:
  refs/heads/master 566ebdf02 -> afb1efdfd


Remove unnecessary volume mount argument.

Reviewed at https://reviews.apache.org/r/40666/


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/afb1efdf
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/afb1efdf
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/afb1efdf

Branch: refs/heads/master
Commit: afb1efdfdeb1b27a4461b57bf72fc0888544002d
Parents: 566ebdf
Author: Bill Farner <wfar...@apache.org>
Authored: Tue Nov 24 11:42:14 2015 -0800
Committer: Bill Farner <wfar...@apache.org>
Committed: Tue Nov 24 11:42:14 2015 -0800

----------------------------------------------------------------------
 build-artifact.sh | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/afb1efdf/build-artifact.sh
----------------------------------------------------------------------
diff --git a/build-artifact.sh b/build-artifact.sh
index 0bb7ea6..333c7a4 100755
--- a/build-artifact.sh
+++ b/build-artifact.sh
@@ -36,7 +36,6 @@ run_build() {
     -e AURORA_VERSION=$AURORA_VERSION \
     -v "$(pwd)/specs:/specs:ro" \
     -v "$(realpath $RELEASE_TAR):/src.tar.gz:ro" \
-    -v "$ARTIFACT_DIR:/dist" \
     -t "$IMAGE_NAME" /build.sh
   container=$(docker ps -l -q)
   artifact_dir="artifacts/$IMAGE_NAME"

Reply via email to