11 lines
No EOL
212 B
YAML
11 lines
No EOL
212 B
YAML
stages:
|
|
- image
|
|
|
|
services:
|
|
- docker:dind
|
|
|
|
website-image-test-publish:
|
|
image: domaindrivenarchitecture/devops-build:latest
|
|
stage: image
|
|
script:
|
|
- cd infrastructure/c4k-website-build && pyb image test |