Skip to content

Commit

Permalink
Removing invisible characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Nov 2, 2016
1 parent 6be5fa7 commit e7360c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/10-deploy-production
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cd $2

/usr/bin/cqlsh ${JOURNEYMONITOR_ANALYZE_CASSANDRA_CQLSH_HOST} -e "CREATE KEYSPACE IF NOT EXISTS analyze WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 3 };" || exit 1

/usr/bin/sbt "project common" "run" || exit 1 # This applies Pillar migrations for test and prod env
/usr/bin/sbt "project common" "test" || exit 1
/usr/bin/sbt "project common" "run" || exit 1 # This applies Pillar migrations for test and prod env
/usr/bin/sbt "project common" "test" || exit 1
/usr/bin/sbt "project importer" "assembly" || exit 1 # This also runs all tests
/usr/bin/sbt "project spark" "assembly" || exit 1 # This also runs all tests
/usr/bin/sbt "project api" "test" "universal:packageZipTarball" || exit 1
Expand Down

0 comments on commit e7360c8

Please sign in to comment.