Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ include: '/templates/renovate-dind.gitlab-ci.yml' stages: - test - deploy - release renovate_dry-run: variables: Loading @@ -13,6 +12,7 @@ renovate_dry-run: RENOVATE_X_SERVER_VERSION: $CI_SERVER_VERSION script: - echo "running on GitLab v${RENOVATE_X_SERVER_VERSION}" - if [[ "$RENOVATE_TOKEN" == "$CI_JOB_TOKEN"]]; then; echo using CI_JOB_TOKEN; else; using RENOVATE_TOKEN; fi - renovate --dry-run=true $RENOVATE_EXTRA_FLAGS rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' Loading @@ -22,7 +22,7 @@ renovate_dry-run: release: image: renovate/node:14.17.5@sha256:f31e565f27fa2832e26be5376ea94ea93d5c69dbe949a65fcba990a364670483 stage: release stage: deploy cache: [] before_script: - npm ci Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ include: '/templates/renovate-dind.gitlab-ci.yml' stages: - test - deploy - release renovate_dry-run: variables: Loading @@ -13,6 +12,7 @@ renovate_dry-run: RENOVATE_X_SERVER_VERSION: $CI_SERVER_VERSION script: - echo "running on GitLab v${RENOVATE_X_SERVER_VERSION}" - if [[ "$RENOVATE_TOKEN" == "$CI_JOB_TOKEN"]]; then; echo using CI_JOB_TOKEN; else; using RENOVATE_TOKEN; fi - renovate --dry-run=true $RENOVATE_EXTRA_FLAGS rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' Loading @@ -22,7 +22,7 @@ renovate_dry-run: release: image: renovate/node:14.17.5@sha256:f31e565f27fa2832e26be5376ea94ea93d5c69dbe949a65fcba990a364670483 stage: release stage: deploy cache: [] before_script: - npm ci Loading