diff --git a/scripts/generate-feature-toggle-annotation-report.sh b/scripts/generate-feature-toggle-annotation-report.sh deleted file mode 100644 index b4d8c87948..0000000000 --- a/scripts/generate-feature-toggle-annotation-report.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -# generate-feature-toggle-annotation-report.sh - -# Generate a code annotations report for feature toggles in the platform. -# This script is part of the feature toggle generator tool. - -pip install -r requirements/edx/paver.txt -r requirements/edx/testing.txt -rm -Rf reports/* -code_annotations static_find_annotations --config_file=../$CODE_ANNOTATION_CONFIG_PATH -mkdir -p ../$SCRIPT_OUTPUT_PATH -cp reports/* ../$SCRIPT_OUTPUT_PATH/lms-annotations.yml