add artifact
This commit is contained in:
parent
c368cc1125
commit
288b403d64
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -18,7 +18,7 @@ def initialize(project):
|
|||
"mixin_types": ["RELEASE"],
|
||||
"release_primary_build_file": "build_to_test.py",
|
||||
"release_secondary_build_files": ["package.json", "project.clj"],
|
||||
"release_artifacts": [],
|
||||
"release_artifacts": ["README.md"],
|
||||
"release_artifact_server_url": "https://repo.prod.meissa.de",
|
||||
"release_organisation": "meissa",
|
||||
"release_repository_name": name,
|
||||
|
|
Loading…
Reference in a new issue