From 008249efbcd837f949f46e211f99cf5f75ce9bc5 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 31 Jul 2014 15:04:22 -0300 Subject: [PATCH] Remove script/ci-build --- script/ci-build | 14 -------------- 1 file changed, 0 insertions(+), 14 deletions(-) delete mode 100755 script/ci-build 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