Skip to content

Commit

Permalink
build config
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 20, 2023
1 parent 3a394ae commit 7c00a1b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import yaml
import json
with open('build-config.yml', 'r') as stream:
print(json.dumps(yaml.safe_load(stream)))

18 changes: 18 additions & 0 deletions build-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
build-config:
main:
tags:
mrt-core: main
mrt-cloud: main
cdl-zk-queue: main
mrt-zoo: main
mrt-inventory: main
mrt-store: main
mrt-ingest: main
mrt-audit: main
mrt-replic: main
mrt-dashboard: main
docker-tag: dev
push: true
artifacts-tag: testall
scan-unfixable: true
scan-fixable: true

0 comments on commit 7c00a1b

Please sign in to comment.