From 97ebbb772a4192b9fd78863188d3f2ed1daab24d Mon Sep 17 00:00:00 2001 From: Saibotk Date: Mon, 8 Feb 2021 00:18:50 +0000 Subject: [PATCH] Remove copy command and update tag --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 483ed89..ea5ba38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ image: - name: docker.io/renovate/renovate@sha256:e4dff362a4d7929dd71d91187fbdeb1d71cba075b6153d9a7337d3d56bb476d8 + name: docker.io/renovate/renovate:24 entrypoint: [""] stages: @@ -8,8 +8,6 @@ stages: dry-run: stage: CI - before_script: - - "cp config.js /usr/src/app/config.js" script: - "renovate --dry-run" except: @@ -18,8 +16,6 @@ dry-run: run: stage: Run - before_script: - - cp config.js /usr/src/app/config.js script: - renovate only: