summaryrefslogtreecommitdiff
path: root/.gitlab/ci/foss-sync.gitlab-ci.yml
blob: d2edd0d7775be137c8ddc57c7464c5a71a170d0e (plain)
1
2
3
4
5
6
7
8
9
codebase:
  extends: .dedicated-runner
  stage: prepare
  before_script: []
  script:
    - scripts/foss-sync.sh
  only:
# TODO, replace with master@gitlab-org/gitlab-ee
    - master@marin/gitlab-ee