Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cleaning-portalmec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Fernando Heise Ferreira
cleaning-portalmec
Commits
8ec59658
Commit
8ec59658
authored
9 years ago
by
Mauricio Giacomini Girardello
Browse files
Options
Downloads
Patches
Plain Diff
testing gitlab-ci
parent
083faf66
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+25
-14
25 additions, 14 deletions
.gitlab-ci.yml
with
25 additions
and
14 deletions
.gitlab-ci.yml
+
25
−
14
View file @
8ec59658
...
...
@@ -3,20 +3,31 @@ services:
variables
:
POSTGRES_DB
:
portalmec_test
POSTGRES_USER
:
custom_user
POSTGRES_PASSWORD
:
custom_pass
before_script
:
-
apt-get update -y
-
apt-get install default-jre postgresql-client -y
-
gem install bundler
-
bundle install --jobs $(nproc) --path=/cache/bundler
-
bundle exec rake db:create
tes
t
:
st
age
:
t
es
t
connec
t
:
im
age
:
postgr
es
script
:
-
rake test
tags
:
-
ruby
-
postgres
-
elasticsearch
-
redis
\ No newline at end of file
# official way to provide password to psql: http://www.postgresql.org/docs/9.3/static/libpq-envars.html
-
export PGPASSWORD=$POSTGRES_PASSWORD
-
psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
#before_script:
# - apt-get update -y
# - apt-get install default-jre postgresql-client -y
# - gem install bundler
# - bundle install --jobs $(nproc) --path=/cache/bundler
# - bundle exec rake db:create
#test:
# stage: test
# script:
# - rake test
# tags:
# - ruby
# - postgres
# - elasticsearch
# - redis
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment