Skip to content

Commit 94df983

Browse files
committed
remove simulacron download
1 parent 6ee1334 commit 94df983

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,6 @@ build:
146146
echo "Installing simulacron"
147147
pushd ~
148148
149-
if [ ! -d "simulacron" ] ; then
150-
git clone [email protected]:datastax/simulacron.git
151-
cd simulacron
152-
git clone [email protected]:datastax/native-protocol.git
153-
cd native-protocol
154-
mvn clean install
155-
cd ../..
156-
fi
157-
cd simulacron
158-
mvn clean install -DskipTests=true
159-
ls standalone/target
160149
SIMULACRON_JAR=`find \`pwd\` -name "simulacron-standalone-*.jar"`
161150
echo "SIMULACRON_JAR: $SIMULACRON_JAR"
162151

0 commit comments

Comments
 (0)