Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 7266e41 commit 274bf99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,33 @@ jobs:
docker:
- image: circleci/buildpack-deps:18.04
environment:
SYSLOG: 3.25.1
SYSLOG: '3.25.1'
<<: *build-sc4s
build-sc4s-master:
docker:
- image: circleci/buildpack-deps:18.04
environment:
SYSLOG: master
SYSLOG: 'master'
<<: *build-sc4s
build-splunk-7-2:
docker:
- image: circleci/buildpack-deps:18.04
environment:
SPLUNK: 7.2
SPLUNK: '7.2'
<<: *build-splunk

build-splunk-7-3:
docker:
- image: circleci/buildpack-deps:18.04
environment:
SPLUNK: 7.3
SPLUNK: '7.3'
<<: *build-splunk

build-splunk-8-0:
docker:
- image: circleci/buildpack-deps:18.04
environment:
SPLUNK: 8.0
SPLUNK: '8.0'
<<: *build-splunk


Expand Down

0 comments on commit 274bf99

Please sign in to comment.