Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
43b6d238
Commit
43b6d238
authored
Jul 06, 2018
by
Sébastiaan Versteeg
Browse files
Merge branch 'validate_docker_compose' into 'master'
Validate docker-compose.yml See merge request
thalia/concrexit!851
parents
700a5baf
c994e558
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
43b6d238
...
...
@@ -77,6 +77,7 @@ build docker image:
before_script
:
-
echo $GITLAB_REGISTRY_PASSWORD | docker login --username thaliawww --password-stdin registry.gitlab.com
script
:
-
docker-compose config -q
-
docker-compose build --build-arg install_dev_requirements=0 web
-
docker-compose run --rm web test
-
docker tag $DOCKER_LATEST $DOCKER_TAG
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment