Skip to content
Snippets Groups Projects
Commit f1aea3d5 authored by Calen Pennington's avatar Calen Pennington
Browse files

Don't list all the contents of the tar file

parent d468e7c6
No related merge requests found
......@@ -26,4 +26,4 @@ REPO_ROOT=$(dirname $0)/..
BUILD_DIR=${REPO_ROOT}/build
mkdir -p ${BUILD_DIR}
tar -v --exclude=.git --exclude=build --transform="s#^#mitx/#" -czf ${BUILD_DIR}/${ID}.tgz ${REPO_ROOT}
tar --exclude=.git --exclude=build --transform="s#^#mitx/#" -czf ${BUILD_DIR}/${ID}.tgz ${REPO_ROOT}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment