aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/user-overlays/08515-command-atts.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-18 14:48:33 +0100
committerGaëtan Gilbert2018-11-18 14:48:33 +0100
commit25e989019f72bd435d84a1d495c7de25165556dd (patch)
tree8716ac6cadff64ff9f8d6ec3b0c61c86ed6bfe83 /dev/ci/user-overlays/08515-command-atts.sh
parent8e79fa301c285e4016997eff0e90ce5d9df46ad9 (diff)
parentac63486c422af0ab76a620a797dbd349d3b0b2c0 (diff)
Merge PR #9018: [devtools] Small script to setup overlays automatically
Diffstat (limited to 'dev/ci/user-overlays/08515-command-atts.sh')
-rwxr-xr-xdev/ci/user-overlays/08515-command-atts.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/ci/user-overlays/08515-command-atts.sh b/dev/ci/user-overlays/08515-command-atts.sh
deleted file mode 100755
index 4605255d5e..0000000000
--- a/dev/ci/user-overlays/08515-command-atts.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if [ "$CI_PULL_REQUEST" = "8515" ] || [ "$CI_BRANCH" = "command-atts" ]; then
- ltac2_CI_REF=command-atts
- ltac2_CI_GITURL=https://github.com/SkySkimmer/ltac2
-
- Equations_CI_REF=command-atts
- Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations
-
- plugin_tutorial_CI_REF=command-atts
- plugin_tutorial_CI_GITURL=https://github.com/SkySkimmer/plugin_tutorials
-fi