Skip to content

Commit

Permalink
CI: remove unused git-crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 31, 2020
1 parent 1c92d9f commit 509cfe3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
secrets/** filter=git-crypt diff=git-crypt
binderhub/_version.py export-subst
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:
- nvm install 14; nvm use 14
- pip install --upgrade pip setuptools
install:
# ./ci/install.sh install helm etc within the bin directory
- export PATH=$PWD/bin:$PATH
- ./ci/install.sh
- pip install --upgrade -r dev-requirements.txt
Expand Down
5 changes: 0 additions & 5 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ helm init --service-account tiller

echo "waiting for tiller"
kubectl --namespace=kube-system rollout status --watch deployment/tiller-deploy

echo "installing git-crypt"
curl -L https://github.com/minrk/git-crypt-bin/releases/download/0.5.0/git-crypt > bin/git-crypt
echo "46c288cc849c23a28239de3386c6050e5c7d7acd50b1d0248d86e6efff09c61b bin/git-crypt" | shasum -a 256 -c -
chmod +x bin/git-crypt

0 comments on commit 509cfe3

Please sign in to comment.