Skip to content

Commit

Permalink
Merge pull request #173 from prometheus/superq/fix_circle
Browse files Browse the repository at this point in the history
Fixup CircleCI config.
  • Loading branch information
beorn7 authored May 22, 2018
2 parents c93e278 + 18b0da9 commit 8efe904
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
working_directory: /go/src/github.com/prometheus/pushgateway

environment:
DOCKER_IMAGE_NAME: prom/snmp-exporter
QUAY_IMAGE_NAME: quay.io/prometheus/snmp-exporter
DOCKER_IMAGE_NAME: prom/pushgateway
QUAY_IMAGE_NAME: quay.io/prometheus/pushgateway

steps:
- checkout
Expand All @@ -56,15 +56,17 @@ jobs:
working_directory: /go/src/github.com/prometheus/pushgateway

environment:
DOCKER_IMAGE_NAME: prom/snmp-exporter
QUAY_IMAGE_NAME: quay.io/prometheus/snmp-exporter
DOCKER_IMAGE_NAME: prom/pushgateway
QUAY_IMAGE_NAME: quay.io/prometheus/pushgateway

steps:
- checkout
- setup_remote_docker
- 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
Expand Down

0 comments on commit 8efe904

Please sign in to comment.