mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 23:39:56 +01:00
Remove trailing dot-slash in find output
This commit is contained in:
parent
69d1c4c9b7
commit
9a8415cce4
2
make.sh
2
make.sh
@ -38,7 +38,7 @@ cd -
|
|||||||
|
|
||||||
echo "Adding bindata"
|
echo "Adding bindata"
|
||||||
|
|
||||||
go-bindata $BINDATA_ARGS config.json db/migrations/ $(find ./public -type d -print)
|
go-bindata $BINDATA_ARGS config.json db/migrations/ $(find public/* -type d -print)
|
||||||
|
|
||||||
if [ "$1" == "ci_test" ]; then
|
if [ "$1" == "ci_test" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user