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:
|
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:
|
||||||
|
|
Reference in a new issue