Skip to content

Commit

Permalink
reverted build.sh to original commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Kumar committed Apr 20, 2017
1 parent f01f8fe commit e380235
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REPO_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $REPO_ROOT_DIR

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

# GitHub notifier config
_notify_github() {
Expand All @@ -16,7 +16,7 @@ _notify_github() {

# Build steps for Cassandra

#_notify_github pending "Build running"
_notify_github pending "Build running"

# Scheduler/Executor (Java):

Expand All @@ -39,7 +39,7 @@ fi
cd cli/ && ./build-cli.sh
if [ $? -ne 0 ]; then
_notify_github failure "CLI build failed"
# exit 1
exit 1
fi
cd $REPO_ROOT_DIR

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

0 comments on commit e380235

Please sign in to comment.