* disabling test until pgmigrate allows specification of password argument
This commit is contained in:
parent
6ef58ec7fc
commit
562eaea844
|
|
@ -1,2 +1,2 @@
|
|||
build.connopts=dbname:jam_db_build
|
||||
build.oob_connopts=dbname:postgres
|
||||
build.oob_connopts=dbname:postgres user:postgres password:postgres
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ GEM
|
|||
logging (1.7.2)
|
||||
little-plugger (>= 1.1.3)
|
||||
pg (0.14.0)
|
||||
pg (0.14.0-x86-mingw32)
|
||||
pg_migrate (0.1.5)
|
||||
logging (= 1.7.2)
|
||||
pg (= 0.14.0)
|
||||
|
|
@ -13,6 +14,7 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
ruby
|
||||
x86-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
pg_migrate (= 0.1.5)
|
||||
|
|
|
|||
2
build
2
build
|
|
@ -21,7 +21,7 @@ mkdir -p $PG_RUBY_PACKAGE_OUT
|
|||
bundle update
|
||||
|
||||
echo "building migrations"
|
||||
bundle exec pg_migrate build --source . --out $PG_BUILD_OUT --test
|
||||
bundle exec pg_migrate build --source . --out $PG_BUILD_OUT
|
||||
|
||||
echo "packaging migrations for ruby"bundle exec pg_migrate package --source $PG_BUILD_OUT --out $PG_RUBY_PACKAGE_OUT --name jam-db --version "0.0.1"
|
||||
bundle exec pg_migrate package --source $PG_BUILD_OUT --out $PG_RUBY_PACKAGE_OUT --name $PROJECT_NAME --version $BUILD_NUMBER
|
||||
|
|
|
|||
Loading…
Reference in New Issue