Skip to content

Commit 2eac456

Browse files
ibm-devx-sdkpadamstx
authored andcommitted
test: add config file for iam-access-groups
1 parent b38a12f commit 2eac456

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# encrypted files are binary
2+
.enc binary

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_install:
1717
- sudo apt-get install pandoc
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'
20+
- '[ "${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'
2021

2122
install:
2223
- pip install tox-travis

ghost.env.enc

Lines changed: 0 additions & 3 deletions
This file was deleted.

iam_access_groups.env.enc

304 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)