chore(gitlab-ci): fix typo
This commit is contained in:
parent
323d3f306f
commit
d4d91566b2
@ -218,6 +218,9 @@ parse-changelog:
|
|||||||
- npm install
|
- npm install
|
||||||
needs:
|
needs:
|
||||||
- npm install
|
- npm install
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9].*/
|
||||||
|
when: always
|
||||||
before_script:
|
before_script:
|
||||||
- rm -rvf /etc/apt/sources.list /etc/apt/sources.list.d
|
- rm -rvf /etc/apt/sources.list /etc/apt/sources.list.d
|
||||||
- install -v -T -m 0644 ${APT_SOURCES_LIST} /etc/apt/sources.list
|
- install -v -T -m 0644 ${APT_SOURCES_LIST} /etc/apt/sources.list
|
||||||
@ -236,7 +239,7 @@ parse-changelog:
|
|||||||
name: "changelog-${CI_COMMIT_SHORT_SHA}"
|
name: "changelog-${CI_COMMIT_SHORT_SHA}"
|
||||||
expire_in: "1 day"
|
expire_in: "1 day"
|
||||||
retry: 2
|
retry: 2
|
||||||
interruptable: true
|
interruptible: true
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
cache: {}
|
cache: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user