Update .gitlab-ci.yml
This commit is contained in:
parent
03a5e0dfdc
commit
1ec4ed9455
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ dry-run:
|
|||
before_script:
|
||||
- "cp config.js /usr/src/app/config.js"
|
||||
script:
|
||||
- "node /usr/src/app/dist/renovate.js --dry-run"
|
||||
- "renovate --dry-run"
|
||||
|
||||
run:
|
||||
stage: Run
|
||||
before_script:
|
||||
- cp config.js /usr/src/app/config.js
|
||||
script:
|
||||
- node /usr/src/app/dist/renovate.js
|
||||
- renovate
|
||||
only:
|
||||
- schedules
|
||||
|
|
Reference in a new issue