Skip to content

Commit

Permalink
chore: remove detect-secret from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy Chang committed May 15, 2019
1 parent cb9f463 commit 02b9a1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ coverage.lcov
.swagger-codegen-ignore
*.log
*.tmp
.pre-commit-config.yaml
.secrets.baseline
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .secrets.baseline

This file was deleted.

6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ node_js:
- 6
- 8
before_install:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ] &&
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ] &&
openssl aes-256-cbc -K $encrypted_ac3aacad7ba8_key
-iv $encrypted_ac3aacad7ba8_iv -in secrets.tar.enc -out test/resources/secrets.tar
-d || true'
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ]
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_ac3aacad7ba8_key} ]
&& cd test/resources/ && tar xvf secrets.tar
&& cd ../.. || true'
- npm install -g typescript
script:
- tsc
- npm run test-unit-travis || travis_terminate 1
- npm run test-integration-travis || node scripts/report_integration_test.js || (cat test-output.log && travis_terminate 1)
- npm run test-integration-travis || node scripts/report_integration_test.js || travis_terminate 1
- npm run check-packages
- sh scripts/typedoc/generate_typedoc.sh
after_success:
Expand Down

0 comments on commit 02b9a1a

Please sign in to comment.