Update .gitlab-ci.yml
This commit is contained in:
parent
1ec4ed9455
commit
b22654fcdd
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ dry-run:
|
|||
- "cp config.js /usr/src/app/config.js"
|
||||
script:
|
||||
- "renovate --dry-run"
|
||||
except:
|
||||
- master
|
||||
- schedules
|
||||
|
||||
run:
|
||||
stage: Run
|
||||
|
|
Reference in a new issue