Skip to content

Commit

Permalink
Add Catalog Management integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dubee committed Jun 11, 2020
1 parent 6df648c commit 9267ab4
Show file tree
Hide file tree
Showing 3 changed files with 1,071 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ before_install:
&& openssl aes-256-cbc -K $encrypted_acd9ca9788e3_key -iv $encrypted_acd9ca9788e3_iv -in resource_manager.env.enc -out resource_manager.env -d
&& openssl aes-256-cbc -K $encrypted_dac53b985913_key -iv $encrypted_dac53b985913_iv -in case_management.env.enc -out case_management.env -d
&& openssl aes-256-cbc -K $encrypted_25d847003bcf_key -iv $encrypted_25d847003bcf_iv -in enterprise-management.env.enc -out enterprise-management.env -d
&& openssl aes-256-cbc -K $encrypted_6eaa1fc94541_key -iv $encrypted_6eaa1fc94541_iv -in catalog_mgmt.env.enc -out catalog_mgmt.env -d
|| true
install:
Expand Down
Binary file added catalog_mgmt.env.enc
Binary file not shown.
Loading

0 comments on commit 9267ab4

Please sign in to comment.