Commit 4d454d43 authored by Michael Kriese's avatar Michael Kriese
Browse files

chore: testing

parent cb85bb50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ include: '/templates/renovate-dind.gitlab-ci.yml'
stages:
  - test
  - deploy
  - release

renovate_dry-run:
  variables:
@@ -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"'
@@ -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