Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Common CI Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
hive
Common CI Configuration
Merge requests
!45
Added psql image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added psql image
kbotor/psql-image
into
develop
Overview
0
Commits
1
Pipelines
8
Changes
1
Merged
Konrad Botor
requested to merge
kbotor/psql-image
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
8
Changes
1
Expand
0
0
Merge request reports
Viewing commit
bf7a4522
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
bf7a4522
Update 2
· bf7a4522
Konrad Botor
authored
1 year ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -220,11 +220,11 @@ psql_image_test:
POSTGRES_USER
:
haf_admin
POSTGRES_PASSWORD
:
password
POSTGRES_HOST_AUTH_METHOD
:
trust
PGHOST
ADDR
:
postgres
PGHOST
:
postgres
PGPORT
:
5432
PGDATABASE
:
$POSTGRES_DB
PGPASSWORD
:
$POSTGRES_PASSWORD
CI_DEBUG_SERVICES
:
"
tru
e"
CI_DEBUG_SERVICES
:
"
fals
e"
script
:
-
|
set -e
Loading