Synchronize Makefile.common from prometheus/prometheus (#1346)
* makefile: update Makefile.common with newer version Signed-off-by: prombot <prometheus-team@googlegroups.com> * Remove obsolete release tool. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
814ef064c0
commit
2a9939fcf3
2 changed files with 1 additions and 4 deletions
|
|
@ -96,9 +96,6 @@ jobs:
|
|||
- setup_remote_docker:
|
||||
version: 18.06.0-ce
|
||||
- run: docker run --privileged linuxkit/binfmt:v0.6
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue