diff options
| author | Emilio Jesus Gallego Arias | 2018-10-18 13:57:58 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-18 13:57:58 +0200 |
| commit | 88ecdf6b51b0d7b4cde335cf94297c102d7d551e (patch) | |
| tree | 283e29e04a56784c78093188b779e47e38be5fb0 | |
| parent | d53c7af7eed922773582aaaf2c2c4dc0ac873100 (diff) | |
| parent | df69c44af03f2587b3f1706a805d0e2728c1f1dc (diff) | |
Merge PR #8761: [ci] Pin CI_REF to plugin_tutorial to use not yet merged commit.
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 50d4d21637..f422030b53 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -238,7 +238,7 @@ ######################################################################## # plugin_tutorial ######################################################################## -: "${plugin_tutorial_CI_REF:=master}" +: "${plugin_tutorial_CI_REF:=14b2976cdf67db788b79d9421ce1e89bd15c7313}" : "${plugin_tutorial_CI_GITURL:=https://github.com/ybertot/plugin_tutorials}" : "${plugin_tutorial_CI_ARCHIVEURL:=${plugin_tutorial_CI_GITURL}/archive}" |
