Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 6, 2020
1 parent dfa8945 commit 8439207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test: &test
name: test
command: |
docker-compose -f tests/docker-compose.yml up --abort-on-container-exit
docker cp results/* test-results/
docker cp results:/* test-results/
no_output_timeout: 1h
- store_artifacts:
path: test-results
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: "3.7"

services:
test:
build: ./tests
build: .
image: docker.pkg.github.com/splunk/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:tests-${CIRCLE_SHA1}
links:
- splunk
Expand Down

0 comments on commit 8439207

Please sign in to comment.