1
0
Fork 0

Add dry-run stage

This commit adds a `--dry-run` every time something new is commited.

This should prevent issues with the actual execution by allowing CI
testing.
This commit is contained in:
Sheogorath 2019-10-31 20:48:55 +01:00
parent 56f1014769
commit 6d3a7470ce
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -2,9 +2,17 @@ image: docker.io/renovate/renovate:19
stages:
- CI
- Run
dry-run:
stage: CI
before_script:
- cp config.js /usr/src/app/config.js
script:
- node /usr/src/app/dist/renovate.js --dry-run
run:
stage: CI
stage: Run
before_script:
- cp config.js /usr/src/app/config.js
script: