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
Metagenomics
metagenedb
Commits
f71ffa5d
Commit
f71ffa5d
authored
Mar 24, 2021
by
Kenzo-Hugo Hillion
♻
Browse files
remove DOCKER HOST from Gitlab CI
parent
9a5525bd
Pipeline
#51869
canceled with stages
in 11 minutes and 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f71ffa5d
...
...
@@ -11,8 +11,6 @@ services:
variables
:
POSTGRES_DB
:
postgres
DOCKER_HOST
:
tcp://localhost:2375/
DOCKER_API_VERSION
:
"
1.39"
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
...
...
@@ -54,7 +52,7 @@ test-backend:
-
cd backend
-
pipenv install --dev --system --deploy
-
flake8 --max-line-length
120
-
until pg_isready
-h ${DATABASE_HOST}
; do echo waiting; sleep 2; done;
-
until pg_isready; do echo waiting; sleep 2; done;
-
pytest --cov .
deploy-dev
:
...
...
Write
Preview
Markdown
is supported
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