Commit aa3f6f9

mokha <mokha@cisco.com>
2018-06-07 18:59:12
fix cibuild
1 parent 8ffff8b
Changed files (2)
bin/cibuild
@@ -7,9 +7,6 @@ set -e
 
 cd "$(dirname "$0")/.."
 
-echo "Tests started at…"
-date "+%H:%M:%S"
-
 # GC customizations
 export RUBY_GC_MALLOC_LIMIT=79000000
 export RUBY_GC_HEAP_INIT_SLOTS=800000
@@ -31,7 +28,6 @@ test -d "/usr/share/rbenv/shims" && {
 export PATH="$RACK_ROOT/bin:$PATH"
 
 echo "Running tests …" "$(date "+%H:%M:%S")"
-bin/webpack
 bin/test
 
 echo "Running linters …"
bin/test
@@ -28,6 +28,8 @@ else
   bin/update
 fi
 
+echo "==> Running webpack…"
+bin/webpack
 echo "==> Running tests…"
 
 if [ -n "$1" ]; then