dda-backup/.gitlab-ci.yml

16 lines
263 B
YAML
Raw Permalink Normal View History

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-11 09:05:44 +00:00
image: domaindrivenarchitecture/devops-build:latest
2022-05-10 15:05:27 +00:00
stage: build
2022-05-10 15:02:57 +00:00
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