File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
cassandra-commons/src/main/java/com/mesosphere/dcos/cassandra/common Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ REPO_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
77cd $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
3939cd cli/ && ./build-cli.sh
4040if [ $? -ne 0 ]; then
4141 _notify_github failure " CLI build failed"
42- # exit 1
42+ exit 1
4343fi
4444cd $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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments