Remove copy command and update tag
This commit is contained in:
parent
77a5ce60f5
commit
97ebbb772a
1 changed files with 1 additions and 5 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue