Skip to content

Commit

Permalink
gitlabci: add missing linux-header package in release
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
  • Loading branch information
MrFreezeex committed Jun 24, 2022
1 parent 3513272 commit df0d40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ release:
# generate a changelog.
GIT_DEPTH: 0
before_script:
- apk add ceph-dev
- apk add ceph-dev linux-headers
script:
- apk add gpg-agent
- gpg --import < $GPG_PRIVATE_KEY_FILE
Expand Down

0 comments on commit df0d40a

Please sign in to comment.