diff options
Diffstat (limited to 'scripts/ci/gitlab/checkout.yml')
| -rw-r--r-- | scripts/ci/gitlab/checkout.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/ci/gitlab/checkout.yml b/scripts/ci/gitlab/checkout.yml new file mode 100644 index 0000000..28c9177 --- /dev/null +++ b/scripts/ci/gitlab/checkout.yml | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | .bb_checkout: | ||
| 2 | # parameters: | ||
| 3 | # - MANIFEST | ||
| 4 | # - REMOTE_SOURCE | ||
| 5 | # - CURRENT_PROJECT (will be symlinked instead of pulled) | ||
| 6 | |||
| 7 | image: $BITBAKE_CHECKOUT_IMAGE | ||
| 8 | cache: | ||
| 9 | paths: | ||
| 10 | - updater-repo | ||
| 11 | artifacts: | ||
| 12 | expire_in: "1 day" | ||
| 13 | paths: | ||
| 14 | - updater-repo | ||
| 15 | script: | ||
| 16 | - /scripts/checkout-oe.sh | ||
