Turn stamping off for CI to save space.
Change-Id: Ia24892ed80de080dee5558234086342827d23bd1
diff --git a/tools/ci/run-tests.sh b/tools/ci/run-tests.sh
index 93e5d09..4688378 100755
--- a/tools/ci/run-tests.sh
+++ b/tools/ci/run-tests.sh
@@ -6,7 +6,8 @@
# Include --config=eigen to enable Eigen assertions so that we catch potential
# bugs with Eigen.
-bazel test -c opt --config=eigen --curses=no --color=no ${TARGETS}
-bazel build -c opt --curses=no --color=no ${TARGETS} --cpu=roborio
-bazel build --curses=no --color=no ${TARGETS} --cpu=armhf-debian
-bazel build -c opt --curses=no --color=no //motors/... //y2019/jevois/... --cpu=cortex-m4f
+bazel test -c opt --stamp=no --config=eigen --curses=no --color=no ${TARGETS}
+bazel build -c opt --stamp=no --curses=no --color=no ${TARGETS} --cpu=roborio
+bazel build --stamp=no --curses=no --color=no ${TARGETS} --cpu=armhf-debian
+bazel build -c opt --stamp=no --curses=no --color=no \
+ //motors/... //y2019/jevois/... --cpu=cortex-m4f