Fixed ci pipeline
This commit is contained in:
parent
8abe951e94
commit
0330860422
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
image: domaindrivenarchitecture/dda-devops-build:latest
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
@ -9,6 +7,7 @@ services:
|
||||||
- docker:19.03.12-dind
|
- docker:19.03.12-dind
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
image: domaindrivenarchitecture/devops-build:latest
|
||||||
stage: build
|
stage: build
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG != null'
|
- if: '$CI_COMMIT_TAG != null'
|
||||||
|
|
5
doc/Releasing.md
Normal file
5
doc/Releasing.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# stable release (should be done from master)
|
||||||
|
|
||||||
|
```
|
||||||
|
./release.sh
|
||||||
|
```
|
Loading…
Reference in a new issue