diff options
| author | Gaëtan Gilbert | 2018-10-26 13:38:20 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-10-26 13:39:20 +0200 |
| commit | 8564e3c9ff59fd9815c8a77aa7e87fa552f8ac42 (patch) | |
| tree | 22d41e45180841521defc049af12c5b3bee4f20b | |
| parent | 48c837a0cd36c32d3149fc680c20c9119c7b13c2 (diff) | |
Revert "[ci] Pin CI_REF to plugin_tutorial to use not yet merged commit."
This reverts commit df69c44af03f2587b3f1706a805d0e2728c1f1dc.
Should be merged before any PR with plugin tutorial overlays, or we
can just merge the vendor PR instead.
| -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 f422030b53..50d4d21637 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:=14b2976cdf67db788b79d9421ce1e89bd15c7313}" +: "${plugin_tutorial_CI_REF:=master}" : "${plugin_tutorial_CI_GITURL:=https://github.com/ybertot/plugin_tutorials}" : "${plugin_tutorial_CI_ARCHIVEURL:=${plugin_tutorial_CI_GITURL}/archive}" |
