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
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
59f0b7a3
Commit
59f0b7a3
authored
4 years ago
by
Tiago Henrique Conte
Browse files
Options
Downloads
Patches
Plain Diff
Changed elasticsearch ping test
parent
5c91828a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
59f0b7a3
...
@@ -21,12 +21,13 @@ stages:
...
@@ -21,12 +21,13 @@ stages:
-
deploy
-
deploy
before_script
:
before_script
:
-
nc -vz elasticsearch
9200
-
apt-get update -y
-
apt-get update -y
-
apt-get install default-jre postgresql-client -y
-
apt-get install default-jre postgresql-client -y
-
apt-get remove --purge --auto-remove redis-server -y
-
apt-get remove --purge --auto-remove redis-server -y
-
apt-get install redis-server -y
-
apt-get install redis-server -y
-
apt-get install nodejs -y
-
apt-get install nodejs -y
-
apt-get install ncat -y
-
ncat -vz elasticsearch
9200
# official way to provide password to psql: http://www.postgresql.org/docs/9.3/static/libpq-envars.html
# official way to provide password to psql: http://www.postgresql.org/docs/9.3/static/libpq-envars.html
-
export PGPASSWORD=$POSTGRES_PASSWORD
-
export PGPASSWORD=$POSTGRES_PASSWORD
-
psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
-
psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;"
...
...
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