Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
ViralHostRangeDB
Commits
dee14323
Commit
dee14323
authored
Feb 21, 2022
by
Bryan BRANCOTTE
Browse files
parametrize postgres version
parent
03f72d2c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dee14323
...
...
@@ -4,7 +4,7 @@ services:
-
docker:18-dind
variables
:
POSTGRESQL_VERSION
:
"
10.15
.0
"
POSTGRESQL_VERSION
:
"
10.15"
CHART_VERSION
:
"
10.2.1"
build
:
...
...
@@ -20,7 +20,7 @@ build:
LC_COLLATE
:
POSIX
services
:
-
docker:18-dind
-
name
:
postgres:
10.1
-
name
:
postgres:
${POSTGRESQL_VERSION}
alias
:
db-test
script
:
-
if [ $CI_COMMIT_REF_SLUG == "master" ]; then export RUN_TEST="1"; fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment