Fix CircleCI config for releases
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
bf0db5b989
commit
44e30e6a41
|
@ -66,6 +66,8 @@ jobs:
|
|||
- run: mkdir -v -p ${HOME}/bin
|
||||
- run: curl -L 'https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2' | tar xvjf - --strip-components 3 -C ${HOME}/bin
|
||||
- run: echo 'export PATH=${HOME}/bin:${PATH}' >> ${BASH_ENV}
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run: make promu
|
||||
- run: promu crossbuild tarballs
|
||||
- run: promu checksum .tarballs
|
||||
|
|
Loading…
Reference in New Issue