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 98901f6 commit 2dd5f56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ shared: &shared
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Build
name: Build SC4S
command: |
docker build --build-arg BRANCH=${SYSLOG} package \
-t docker.pkg.github.com/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:sc4s-${SYSLOG}-<< pipeline.id >>
Expand All @@ -32,6 +32,12 @@ jobs:
environment:
SYSLOG: 3.25.1
<<: *shared
build-sc4s-master:
docker:
- image: circleci/buildpack-deps:18.04
environment:
SYSLOG: master
<<: *shared



Expand Down

0 comments on commit 2dd5f56

Please sign in to comment.