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 6, 2020
1 parent 2e8938c commit 9369341
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,19 @@ jobs:
- image: circleci/python:3.7
environment:
SYSLOG: '3.25.1'
SPLUNK: '7-2'
REGISTRY: docker.pkg.github.com
CI_IMAGE: splunk/splunk-connect-for-syslog/ci
REGISTRY_PUBLIC: docker.pkg.github.com
PUBLIC_IMAGE: splunk/splunk-connect-for-syslog/releases
SPLUNK: '8.0'
DOCKER_TAG: edge
GHR_FLAGS: -prerelease
<<: *publish
publish-latest:

docker:
- image: circleci/python:3.7
environment:
SYSLOG: '3.25.1'
SPLUNK: '8.0'
DOCKER_TAG: latest
<<: *publish
workflows:
version: 2
build_and_deploy:
Expand Down Expand Up @@ -256,12 +261,16 @@ workflows:
- build-sc4s-3-25-1
- build-splunk-7-2
- build-tests
- publish-edge:
- publish-pre-gh-develop:
type: approval
requires:
- build-sc4s-3-25-1
#- test-sc4s-3-25-1-splunk-8-0
- test-sc4s-3-25-1-splunk-8-0
# filters:
# branches:
# only:
# - develop
- publish-edge:
requires:
- publish-pre-gh-develop


0 comments on commit 9369341

Please sign in to comment.