diff --git a/script/ci-build b/script/ci-build deleted file mode 100755 index 1e1c5be..0000000 --- a/script/ci-build +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -set -e - -build() { - cp config/database.yml.sqlite3 config/database.yml && /usr/bin/rake db:schema:load && /usr/bin/rake -} - -# build the code in the VCS -build - -# build the release tarball as well -version=$(ruby -Ilib -rnoosfero -e 'puts Noosfero::VERSION') -rm -rf pkg/ && rake -f Rakefile.pkg && cd pkg/noosfero-${version}/ && build -- libgit2 0.21.2