dda-backup/.gitlab-ci.yml

17 lines
267 B
YAML
Raw Normal View History

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:
2022-05-10 15:02:57 +00:00
stage: image
rules:
- if: '$CI_COMMIT_TAG != null'
2020-11-06 18:34:04 +00:00
script:
2021-03-01 10:54:42 +00:00
- cd infrastructure/docker && pyb image test publish