Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -7,6 +7,11 @@ stages:
ship:docker:
stage: ship
image: docker:latest
only:
# DEBUG: only launch this task on the branch deployment-configuration
# Later on, replace this with the master branch
# (or another stable branch, if they want to commit directly on master)
- deployment-configuration
services:
# Run docker inside gitlab docker runners
- docker:dind
Loading