Skip to content

Commit af7a177

Browse files
carmstrongMatthew Fisher
authored andcommitted
refactor(contrib): remove check-deis-deps
This was gutted with the removal of Chef dependencies, and checking for git seems unnecessary.
1 parent e3c06dc commit af7a177

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

contrib/check-deis-deps.sh

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

contrib/ec2/provision-ec2-cluster.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ CONTRIB_DIR=$(dirname $THIS_DIR)
1010

1111
source $CONTRIB_DIR/utils.sh
1212

13-
# check for Deis' general dependencies
14-
if ! "$CONTRIB_DIR/check-deis-deps.sh"; then
15-
echo_red 'Deis is missing some dependencies.'
16-
exit 1
17-
fi
18-
1913
# check for EC2 API tools in $PATH
2014
if ! which aws > /dev/null; then
2115
echo_red 'Please install the AWS command-line tool and ensure it is in your $PATH.'

0 commit comments

Comments
 (0)