2020-11-13 16:17:55 +00:00
|
|
|
image: domaindrivenarchitecture/dda-devops-build:latest
|
2020-11-06 18:34:04 +00:00
|
|
|
|
2020-11-13 08:31:49 +00:00
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
- test
|
|
|
|
- publish
|
|
|
|
|
2020-11-06 18:34:04 +00:00
|
|
|
services:
|
|
|
|
- docker:19.03.12-dind
|
|
|
|
|
|
|
|
build:
|
|
|
|
stage: build
|
|
|
|
script:
|
2020-11-13 15:59:45 +00:00
|
|
|
- cd infrastrucure/docker && pyb image test publish
|