aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorJason Gross2019-09-19 16:31:33 -0400
committerJason Gross2019-11-26 14:14:04 -0500
commit8d9afb9c459ed7affdf6c0752ff6397e0281e0c3 (patch)
tree4f3efc331b48d3068e8e9b340e7ae46db56e4c26 /dev/ci
parentb09444fdaee1cf608dd40465d5e400fbd46ef6ad (diff)
Remove `rapply` tactic notation in favor of just the tactic
This increases backwards compatibility. If desired, we can add a tactic notation to simplify the spec of `rapply` in the future if we want.
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/user-overlays/10760-JasonGross-more-rapply.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/dev/ci/user-overlays/10760-JasonGross-more-rapply.sh b/dev/ci/user-overlays/10760-JasonGross-more-rapply.sh
deleted file mode 100644
index c1cb1f15cd..0000000000
--- a/dev/ci/user-overlays/10760-JasonGross-more-rapply.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-if [ "$CI_PULL_REQUEST" = "10760" ] || [ "$CI_BRANCH" = "more-rapply" ]; then
-
- math_classes_CI_BRANCH=fix-for-more-rapply-10760
- math_classes_CI_REF=fix-for-more-rapply-10760
- math_classes_CI_GITURL=https://github.com/JasonGross/math-classes
-
-fi