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
b09e7a4c
Commit
b09e7a4c
authored
9 years ago
by
Mauricio Giacomini Girardello
Browse files
Options
Downloads
Patches
Plain Diff
testing gitlab-ci
parent
53e55d74
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
+9
-9
9 additions, 9 deletions
.gitlab-ci.yml
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
9
−
9
View file @
b09e7a4c
services
:
-
postgres
tags
:
-
ruby
-
postgres
-
elasticsearch
-
redis
variables
:
POSTGRES_DB
:
portalmec_test
...
...
@@ -14,10 +9,15 @@ variables:
connect
:
#image: postgres
script
:
-
apt-get install default-jre postgresql-client -y
# 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;"
-
apt-get install default-jre postgresql-client -y
# 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;"
tags
:
-
ruby
-
postgres
-
elasticsearch
-
redis
#before_script:
...
...
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