Skip to content

Commit

Permalink
Update docker-compose-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 11, 2020
1 parent 3f9a904 commit fa8cb77
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
version: "3.7"


services:
test:
build: .
Expand All @@ -19,10 +18,10 @@ services:
- results:/work/test-results

sc4s:
build:
build:
context: ../package
args:
- BRANCH: ${SYSLOG}
args:
BRANCH: ${SYSLOG}
hostname: sc4s
#When this is enabled test_common will fail
# command: -det
Expand Down Expand Up @@ -64,4 +63,4 @@ services:

volumes:
results:
external: false
external: false

0 comments on commit fa8cb77

Please sign in to comment.