aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-10-25 00:31:36 +0200
committerEmilio Jesus Gallego Arias2019-10-25 02:44:14 +0200
commit4035b4a66dbd8e29aa933b1e301fbd07815768e4 (patch)
treeeccb2d5cbf42868633ae685f74c5faf8b1aa54b5 /dev
parent11fb93285b2e7c528d8abe7da5924d84e0a97002 (diff)
[funind] Remove duplicate save function.
AFAICT the reasoning for introducing this function doesn't hold anymore. This is needed for future refactorings that should make some types private.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh b/dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh
new file mode 100644
index 0000000000..7001c3d0c8
--- /dev/null
+++ b/dev/ci/user-overlays/10516-ejgallego-proof+dup_save.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "10516" ] || [ "$CI_BRANCH" = "proof+dup_save" ]; then
+
+ elpi_CI_REF=proof+dup_save
+ elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi
+
+fi