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