summaryrefslogtreecommitdiffstats
path: root/scripts/ci/gitlab/checkout.yml
blob: 28c9177e16e8be342c2234104e0ac010d9ab0b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.bb_checkout:
  # parameters:
  #   - MANIFEST
  #   - REMOTE_SOURCE
  #   - CURRENT_PROJECT (will be symlinked instead of pulled)

  image: $BITBAKE_CHECKOUT_IMAGE
  cache:
    paths:
      - updater-repo
  artifacts:
    expire_in: "1 day"
    paths:
      - updater-repo
  script:
    - /scripts/checkout-oe.sh