Skip to content

Commit

Permalink
Merge pull request #469 from codecov/add-binary-to-ci-comparison-script
Browse files Browse the repository at this point in the history
Persist Binary to Workspace and Add it to Standards Comparison Script
  • Loading branch information
adrian-codecov authored Oct 27, 2021
2 parents 42204da + 3d8afe6 commit 0c6a7c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,9 @@ jobs:
machine: true
steps:
- checkout
- attach_workspace:
# Must be absolute path or relative path from working_directory
at: .
- run:
name: Clone Autotest and Start Acceptance Testing Containers
command: |
Expand All @@ -484,6 +487,8 @@ workflows:
context:
- 'DockerHub Push Context'
- 'Github Checkout'
requires:
- build-alpine
- build-linux-and-osx
- build-alpine:
requires:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ build_alpine:
.PHONY: run-standards-comparison
run-standards-comparison:
docker pull codecov/autotest:standards-latest > /dev/null 2>&1
docker run --network autotest_codecov -e HOST_URL=http://web.local:5000 codecov/autotest:standards-latest
docker run --network autotest_codecov -e HOST_URL=http://web.local:5000 -e IS_UPLOADER=true -it -v "$(PWD)/out:/usr/app/out" codecov/autotest:standards-latest

0 comments on commit 0c6a7c0

Please sign in to comment.