1
0
Fork 0

Remove copy command and update tag

This commit is contained in:
Saibotk 2021-02-08 00:18:50 +00:00
parent 77a5ce60f5
commit 97ebbb772a

View file

@ -1,5 +1,5 @@
image: image:
name: docker.io/renovate/renovate@sha256:e4dff362a4d7929dd71d91187fbdeb1d71cba075b6153d9a7337d3d56bb476d8 name: docker.io/renovate/renovate:24
entrypoint: [""] entrypoint: [""]
stages: stages:
@ -8,8 +8,6 @@ stages:
dry-run: dry-run:
stage: CI stage: CI
before_script:
- "cp config.js /usr/src/app/config.js"
script: script:
- "renovate --dry-run" - "renovate --dry-run"
except: except:
@ -18,8 +16,6 @@ dry-run:
run: run:
stage: Run stage: Run
before_script:
- cp config.js /usr/src/app/config.js
script: script:
- renovate - renovate
only: only: