diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ab3ec9..82e6c7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' diff --git a/doc/Releasing.md b/doc/Releasing.md new file mode 100644 index 0000000..2da395b --- /dev/null +++ b/doc/Releasing.md @@ -0,0 +1,5 @@ +# stable release (should be done from master) + +``` +./release.sh +``` \ No newline at end of file