From 1ec4ed9455666ce851e636b39aa0fbb9b538902d Mon Sep 17 00:00:00 2001 From: Saibotk Date: Thu, 30 Jul 2020 20:03:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1586b15..27dc04d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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