Skip to content

Commit 36f1771

Browse files
author
Arun Kumar
committed
chagnes
1 parent e49d87b commit 36f1771

File tree

2 files changed

+5
-10
lines changed
  • cassandra-commons/src/main/java/com/mesosphere/dcos/cassandra/common

2 files changed

+5
-10
lines changed

build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REPO_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
77
cd $REPO_ROOT_DIR
88

99
# Grab dcos-commons build/release tools:
10-
#rm -rf dcos-commons-tools/ && curl https://infinity-artifacts.s3.amazonaws.com/dcos-commons-tools.tgz | tar xz
10+
rm -rf dcos-commons-tools/ && curl https://infinity-artifacts.s3.amazonaws.com/dcos-commons-tools.tgz | tar xz
1111

1212
# GitHub notifier config
1313
_notify_github() {
@@ -16,7 +16,7 @@ _notify_github() {
1616

1717
# Build steps for Cassandra
1818

19-
#_notify_github pending "Build running"
19+
_notify_github pending "Build running"
2020

2121
# Scheduler/Executor (Java):
2222

@@ -39,7 +39,7 @@ fi
3939
cd cli/ && ./build-cli.sh
4040
if [ $? -ne 0 ]; then
4141
_notify_github failure "CLI build failed"
42-
# exit 1
42+
exit 1
4343
fi
4444
cd $REPO_ROOT_DIR
4545

@@ -52,5 +52,5 @@ _notify_github success "Build succeeded"
5252
cassandra-executor/build/distributions/executor.zip \
5353
cli/dcos-cassandra/dcos-cassandra-darwin \
5454
cli/dcos-cassandra/dcos-cassandra-linux \
55-
cli/dcos-cassandra/dcos-cassandra.exe
56-
#cli/python/dist/*.whl
55+
cli/dcos-cassandra/dcos-cassandra.exe \
56+
cli/python/dist/*.whl

cassandra-commons/src/main/java/com/mesosphere/dcos/cassandra/common/ABC.java

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

0 commit comments

Comments
 (0)