Skip to content
Snippets Groups Projects
Commit d40897dc authored by Deepa Kumari's avatar Deepa Kumari
Browse files

fix postgres bootstrapping

parent 65057556
No related branches found
No related tags found
1 merge request!452Introduce Partition-Core-Plus
Pipeline #213608 failed
......@@ -61,8 +61,7 @@ core-plus-tests:
- echo "--- Install psql ---"
- apt-get update && apt-get install -y postgresql-client libpq-dev
- echo "--- Bootstrap tables ---"
- export PGPASSWORD=$POSTGRES_PASSWORD
- psql -h "$POSTGRES_HOST" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -f "devops/core-plus/test/bootstrap.sql"
- RUN chmod +x devops/core-plus/test/bootstrap.sh
- echo "--- Run integration tests ---"
- >
$MAVEN_BUILD . test-results.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment