1
0
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
Saibotk 2020-07-30 20:03:55 +00:00
parent 03a5e0dfdc
commit 1ec4ed9455

View file

@ -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