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:
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: