Fixed ci pipeline

This commit is contained in:
Clemens Geibel 2022-05-11 11:05:44 +02:00
parent 8abe951e94
commit 0330860422
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,3 @@
image: domaindrivenarchitecture/dda-devops-build:latest
stages:
- build
- test
@ -9,6 +7,7 @@ services:
- docker:19.03.12-dind
build:
image: domaindrivenarchitecture/devops-build:latest
stage: build
rules:
- if: '$CI_COMMIT_TAG != null'

5
doc/Releasing.md Normal file
View file

@ -0,0 +1,5 @@
# stable release (should be done from master)
```
./release.sh
```