Skip to content

Commit

Permalink
add gem install bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 17, 2019
1 parent 5341d6f commit b2a91cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions aemdesign-testing/install
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

echo "Installing Drivers"
echo "Installing Dependencies"

mvn clean verify -DskipTests=true
#mvn clean verify -DskipTests=true

bundle install
gem install bundler

bundle install

0 comments on commit b2a91cc

Please sign in to comment.