Make build commands verbose and fail-fast
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
#sass sass:static/css -r templates/sass/bourbon/lib/bourbon.rb --style :compressed
|
||||
|
||||
if [ -z "${GIT_COMMIT}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user