Skip to content

Commit

Permalink
Comment out that rm line that breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhooper committed Apr 28, 2014
1 parent 5672d18 commit acea200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cp ../dist-files/* .
# A. Helps processed find the search-index instance on AWS.
# B. Needed on AWS, therefore needed in Build.scala.
# FIXME search-index crashes without aws-java-sdk; it doesn't even use it
rm lib/com.amazonaws.aws-java-sdk-1.3.32.jar
#rm lib/com.amazonaws.aws-java-sdk-1.3.32.jar

TEMP_DIR=$(mktemp -d --suffix=overview-server-build)
ln -s "$OVERVIEW_DIR"/dist "$TEMP_DIR"/"$OUTPUT_DIRECTORY"
Expand Down

0 comments on commit acea200

Please sign in to comment.