Skip to content

Commit

Permalink
Fix pipeline metadata changes (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: David Brown <dmlb2000@gmail.com>
  • Loading branch information
dmlb2000 committed Dec 7, 2018
1 parent 765e93f commit 3cf8338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_test:
mkdir C:\archive;
C:\pacifica\Scripts\activate.ps1;
$env:METADATA_CPCONFIG = "$PWD/travis/metadata/server.conf";
pacifica-metadata-cmd dbsync;
Start-Process C:\pacifica\Scripts\pacifica-metadata.exe -RedirectStandardError metadata-error.log -RedirectStandardOutput metadata-output.log;
nuget install redis-64 -excludeversion;
redis-64\tools\redis-server.exe --service-install;
Expand Down
1 change: 1 addition & 0 deletions travis/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pip install -r requirements-dev.txt
psql -c 'create database pacifica_metadata;' -U postgres
export PEEWEE_URL="postgres://postgres:@127.0.0.1:5432/pacifica_metadata"
export METADATA_CPCONFIG="$PWD/travis/metadata/server.conf"
pacifica-metadata-cmd dbsync
pacifica-metadata &
echo $! > metadata.pid
export ARCHIVEINTERFACE_CONFIG="$PWD/travis/archivei/config.cfg"
Expand Down

0 comments on commit 3cf8338

Please sign in to comment.