Skip to content

Commit

Permalink
Merge pull request #190 from NCI-GDC/release/4.0.0
Browse files Browse the repository at this point in the history
Release/4.0.0
  • Loading branch information
stilesj-uchicago authored Aug 17, 2023
2 parents e414087 + 4ff3694 commit ef48395
Show file tree
Hide file tree
Showing 14 changed files with 1,355 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.1.0
hooks:
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [ --branch, develop, --branch, master, --pattern, release/.* ]
- repo: [email protected]:Yelp/detect-secrets
rev: v0.13.0
rev: v1.4.0
hooks:
- id: detect-secrets
args: [ '--baseline', '.secrets.baseline' ]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
env:
- ES_VERSION="7.7.1"
python:
- "3.5"
- "3.6"
- "3.7"

before_install:
Expand Down
6 changes: 0 additions & 6 deletions Jenkinsfile

This file was deleted.

Loading

0 comments on commit ef48395

Please sign in to comment.