From 3e5c6c032dbafda792cef045e83a2cac22256ac3 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Fri, 12 Oct 2018 14:54:00 +0200 Subject: PR 8671: Add overlay for plugin-tutorial --- dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh (limited to 'dev') diff --git a/dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh b/dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh new file mode 100644 index 0000000000..fc831574eb --- /dev/null +++ b/dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ "$CI_PULL_REQUEST" = "8671" ] || [ "$CI_BRANCH" = "evar_info-flags" ]; then + plugin_tutorial_CI_REF=pr8671-fix + plugin_tutorial_CI_GITURL=https://github.com/mattam82/plugin_tutorials + +fi -- cgit v1.2.3 From bc238a835ab705d97b37fd74441caaedc639a1f7 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Wed, 17 Oct 2018 12:57:18 +0200 Subject: Fix overlay for this extension of the PR. To be removed. --- dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh b/dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh index fc831574eb..bd3e1bf7ff 100644 --- a/dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh +++ b/dev/ci/user-overlays/08671-mattam-plugin-tutorials.sh @@ -1,6 +1,6 @@ #!/bin/sh -if [ "$CI_PULL_REQUEST" = "8671" ] || [ "$CI_BRANCH" = "evar_info-flags" ]; then +if [ "$CI_PULL_REQUEST" = "8741" ] || [ "$CI_BRANCH" = "typeclasses-functional-evar_map" ]; then plugin_tutorial_CI_REF=pr8671-fix plugin_tutorial_CI_GITURL=https://github.com/mattam82/plugin_tutorials -- cgit v1.2.3