summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjfriedli2023-01-22 16:47:58 +0000
committerjfriedli2023-01-22 16:47:58 +0000
commit389924fb9356814ba0dcffb514ad34fab7138cd2 (patch)
treeb3c5811474e40fb592e9eab1e049cee74cad4c93 /.gitlab-ci.yml
parent6dc0477b0dce8104bea5e877f0b44eeecffdf4b9 (diff)
try to fix renovate stage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b322ade..c11d4af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,4 +67,4 @@ renovate:
67 name: renovate/renovate:34 67 name: renovate/renovate:34
68 entrypoint: [''] 68 entrypoint: ['']
69 script: 69 script:
70 - node /usr/src/app/dist/renovate.js --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} \ No newline at end of file 70 - renovate --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH}