aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEnrico Tassi2019-03-13 11:09:41 +0100
committerEnrico Tassi2019-03-31 14:36:28 +0200
commit55e89d725cad4714d61c1201478c4b2ae786d070 (patch)
treebb6303b0fe97cb93b4200d025585be04fd0e114e /dev
parent46b9e086093d66ff7a916e0475549a9cfb0b056d (diff)
overlay for ltac2
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/09733-gares-quotations.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/09733-gares-quotations.sh b/dev/ci/user-overlays/09733-gares-quotations.sh
new file mode 100644
index 0000000000..b17454fc4c
--- /dev/null
+++ b/dev/ci/user-overlays/09733-gares-quotations.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "9733" ] || [ "$CI_BRANCH" = "quotations" ]; then
+
+ ltac2_CI_REF=quotations
+ ltac2_CI_GITURL=https://github.com/gares/ltac2
+
+fi