chore(gitlab-ci): fix typo

This commit is contained in:
Gregor Kleen 2021-02-09 11:47:33 +01:00
parent 323d3f306f
commit d4d91566b2

View File

@ -218,6 +218,9 @@ parse-changelog:
- npm install
needs:
- npm install
rules:
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9].*/
when: always
before_script:
- rm -rvf /etc/apt/sources.list /etc/apt/sources.list.d
- install -v -T -m 0644 ${APT_SOURCES_LIST} /etc/apt/sources.list
@ -236,7 +239,7 @@ parse-changelog:
name: "changelog-${CI_COMMIT_SHORT_SHA}"
expire_in: "1 day"
retry: 2
interruptable: true
interruptible: true
upload:
cache: {}