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