Skip to content

Commit

Permalink
[DM-39343] Breaking down all tap schema databases
Browse files Browse the repository at this point in the history
  • Loading branch information
cbanek committed Jun 1, 2023
1 parent 0553349 commit 1a1b00c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions tap-schema/build-all
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
# values that control the presentation order of schemas. This is respected by the Portal Aspect.
#
./build mock
./build idfprod ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml ../yml/dp01_dc2.yaml
./build idfint ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml ../yml/dp01_dc2.yaml
./build idfdev ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml ../yml/dp01_dc2.yaml
./build idfsso ../yml/dp03.yaml
./build usdf-dev ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml ../yml/oga_live_obscore.yaml
./build usdf-prod ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml

./build tap-schema-idfprod-tap ../yml/dp02_dc2.yaml ../yml/dp01_dc2.yaml ../yml/dp02_obscore.yaml
./build tap-schema-idfint-tap ../yml/dp02_dc2.yaml ../yml/dp01_dc2.yaml ../yml/dp02_obscore.yaml
./build tap-schema-idfdev-tap ../yml/dp02_dc2.yaml ../yml/dp01_dc2.yaml ../yml/dp02_obscore.yaml
./build tap-schema-usdf-dev-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build tap-schema-usdf-prod-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml

./build tap-schema-usdf-dev-liveobscore ../yml/oga_live_obscore.yaml

./build tap-schema-idfprod-sso ../yml/dp03.yaml
./build tap-schema-idfint-sso ../yml/dp03.yaml
./build tap-schema-idfdev-sso ../yml/dp03.yaml

0 comments on commit 1a1b00c

Please sign in to comment.