Skip to content

Commit acea200

Browse files
committed
Comment out that rm line that breaks the build
1 parent 5672d18 commit acea200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cp ../dist-files/* .
9595
# A. Helps processed find the search-index instance on AWS.
9696
# B. Needed on AWS, therefore needed in Build.scala.
9797
# FIXME search-index crashes without aws-java-sdk; it doesn't even use it
98-
rm lib/com.amazonaws.aws-java-sdk-1.3.32.jar
98+
#rm lib/com.amazonaws.aws-java-sdk-1.3.32.jar
9999

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

0 commit comments

Comments
 (0)