Commit 90d19ed7 authored by nikhiljindal's avatar nikhiljindal

Reverting debug echo statements in script

parent ffb01165
......@@ -33,19 +33,13 @@ fi
DATAFILE=pkg/ui/datafile.go
TMP_DATAFILE=/tmp/datafile.go
echo "running go-bindata"
go-bindata -nocompress -o $DATAFILE -prefix ${PWD} -pkg ui www/...
echo "ran go-bindata"
cat hooks/boilerplate.go.txt > $TMP_DATAFILE
echo "// generated by hack/build-ui.sh; DO NOT EDIT
" >> $TMP_DATAFILE
cat $DATAFILE >> $TMP_DATAFILE
echo "file generated. gofmt ing it"
gofmt -s -w $TMP_DATAFILE
mv $TMP_DATAFILE $DATAFILE
echo "script over. Moving the file from /tmp to /pkg/ui"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment