We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee1334 commit 94df983Copy full SHA for 94df983
build.yaml
@@ -146,17 +146,6 @@ build:
146
echo "Installing simulacron"
147
pushd ~
148
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
158
- mvn clean install -DskipTests=true
159
- ls standalone/target
160
SIMULACRON_JAR=`find \`pwd\` -name "simulacron-standalone-*.jar"`
161
echo "SIMULACRON_JAR: $SIMULACRON_JAR"
162
0 commit comments