Remove presubmit scripts from scripts directory They have been moved to cicd Bypass-Presubmit-Reason: Tested manually Change-Id: I0c84445d02a64dfb9b551b035582624be686a624
diff --git a/presubmits/ansible-lint.sh b/presubmits/ansible-lint.sh deleted file mode 100755 index 9e4657a..0000000 --- a/presubmits/ansible-lint.sh +++ /dev/null
@@ -1,7 +0,0 @@ -#!/bin/bash - -# Install ansible and ansible lint, don't want these in the project reqs -sudo apt-get install -y ansible ansible-lint - -cd ${ROOTDIR}/ops -ansible-lint ansible