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"
|
- "cp config.js /usr/src/app/config.js"
|
||||||
script:
|
script:
|
||||||
- "renovate --dry-run"
|
- "renovate --dry-run"
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
- schedules
|
||||||
|
|
||||||
run:
|
run:
|
||||||
stage: Run
|
stage: Run
|
||||||
|
|
Reference in a new issue