Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gitlab CI config #14

Merged
merged 23 commits into from
Jul 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set postgres DB name and user with password
  • Loading branch information
ArturT committed Jul 5, 2019
commit 6714e4d4058a86b6033fe3c383ad10b153eee75a
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ services:
variables:
RAILS_ENV: test
PGHOST: 127.0.0.1
POSTGRES_DB: rails-app-with-knapsack_pro_test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
KNAPSACK_PRO_REPO_PATH: ~/gems/knapsack_pro-ruby
KNAPSACK_PRO_GIT_REPO: https://github.com/KnapsackPro/knapsack_pro-ruby.git
KNAPSACK_PRO_ENDPOINT: https://api-staging.knapsackpro.com
Expand Down