diff options
| author | Gaëtan Gilbert | 2018-11-09 16:02:10 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-21 13:21:18 +0100 |
| commit | a711568d713214e4b53d0d475eddf3f52e565dcd (patch) | |
| tree | e10fb4319cc827208592326f381791219c705444 /dev/ci | |
| parent | 4011b02ff1d991e0d40b082515aa372686f0648d (diff) | |
Add overlay for solve-remaining-evars-initial-arg
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/user-overlays/08933-solve-remaining-evars-initial-arg.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/08933-solve-remaining-evars-initial-arg.sh b/dev/ci/user-overlays/08933-solve-remaining-evars-initial-arg.sh new file mode 100644 index 0000000000..e74e53fa40 --- /dev/null +++ b/dev/ci/user-overlays/08933-solve-remaining-evars-initial-arg.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ "$CI_PULL_REQUEST" = "8933" ] || [ "$CI_BRANCH" = "solve-remaining-evars-initial-arg" ]; then + plugin_tutorial_CI_REF=solve-remaining-evars-initial-arg + plugin_tutorial_CI_GITURL=https://github.com/SkySkimmer/plugin_tutorials +fi |
