Skip to content

Commit f3cbf13

Browse files
dubeepadamstx
authored andcommitted
test: initial global catalog integration tests
1 parent e4c7935 commit f3cbf13

File tree

3 files changed

+610
-0
lines changed

3 files changed

+610
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
- pip install pypandoc
1919
- '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $encrypted_3058bc69cb40_key -iv $encrypted_3058bc69cb40_iv -in ghost.env.enc -out ghost.env -d || true'
2020
- '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $encrypted_66f264007c0d_key -iv $encrypted_66f264007c0d_iv -in iam_access_groups.env.enc -out iam_access_groups.env -d -d || true'
21+
- '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $encrypted_c15ed1ae2677_key -iv $encrypted_c15ed1ae2677_iv -in global_catalog.env.enc -out global_catalog.env -d || true'
2122

2223
install:
2324
- pip install tox-travis

global_catalog.env.enc

240 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)