Commit c7a340e3 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

Update .gitlab-ci.yml example

parent c40fd0f6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -46,12 +46,15 @@ include:
variables:
  LOG_LEVEL: debug

stages:
  - deploy

renovate:
  stage: deploy
  only:
    - schedules
  script:
    - renovate $RENOVATE_EXTRA_FLAGS

```

Alternatively, if you cannot use privileged runners, include the following template instead: