diff options
| author | jfriedli | 2023-01-22 16:47:58 +0000 |
|---|---|---|
| committer | jfriedli | 2023-01-22 16:47:58 +0000 |
| commit | 389924fb9356814ba0dcffb514ad34fab7138cd2 (patch) | |
| tree | b3c5811474e40fb592e9eab1e049cee74cad4c93 | |
| parent | 6dc0477b0dce8104bea5e877f0b44eeecffdf4b9 (diff) | |
try to fix renovate stage
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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} |
